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
Component to make - Program Counter
Relevant files - Program_Counter.vhd
Create a branch for developing this (program_counter)
Implement component logic
Make Testbench
Verify Simulation
Notes:
This will probably be very similar to the register component used for Register Bank #2 . See if it can be used here
Since this is relatively small it will be good if this can be done with the 3-bit adder which is connected to this, since that too will be having a lot in common with the 4-bit add/sub unit.
Might need an enabling input from the Instruction Decoder as mentioned in Instruction Decoder #5
The text was updated successfully, but these errors were encountered:
Component to make - Program Counter
Relevant files - Program_Counter.vhd
Notes:
The text was updated successfully, but these errors were encountered: