You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSN 221 course project: a 5-stage Pipelined processor in Verilog.
IIT Roorkee CSE
Instruction Memory for 20-bit instructions consisting of arithmetic (ADD, SUBTRACT, MULTIPLY), branch (BRANCH NOT EQUAL, BRANCH ON EQUAL), and memory-access (LOAD, STORE) instructions.
16 16-bit Data Memory locations.
8 16-bit registers.
Stalling is implemented to resolve any data hazards.