Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Program Counter #6

Closed
4 tasks done
sandilsranasinghe opened this issue Jul 11, 2022 · 2 comments
Closed
4 tasks done

Program Counter #6

sandilsranasinghe opened this issue Jul 11, 2022 · 2 comments
Assignees
Labels
feature New feature or request

Comments

@sandilsranasinghe
Copy link
Owner

sandilsranasinghe commented Jul 11, 2022

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
@sandilsranasinghe sandilsranasinghe added the feature New feature or request label Jul 11, 2022
@sandilsranasinghe sandilsranasinghe mentioned this issue Jul 11, 2022
4 tasks
@sandilsranasinghe
Copy link
Owner Author

Check the Register_12_bit from #10

@sandilsranasinghe
Copy link
Owner Author

closed by #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants