I need to implement a 4-bit hardware stack of depth N. 4-bit numbers will be pushed onto the stack in parallel and popped out of the stack in parallel. The stack should have a ‘push’ and ‘pop’ control signals and ‘full’ and ‘null’ error signals. I am not sure how to proceed with the implementation. It would really be of help if people could post their ideas related to the implementation. Urgent help is required.