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

Write HDL code, one module at a time #6

Closed
7 tasks done
Joeyh021 opened this issue Jan 9, 2023 · 4 comments
Closed
7 tasks done

Write HDL code, one module at a time #6

Joeyh021 opened this issue Jan 9, 2023 · 4 comments

Comments

@Joeyh021
Copy link
Owner

Joeyh021 commented Jan 9, 2023

The bulk of the work

  • Fetch/Decode
  • Execute (ALU)
  • Shift Registers
  • FIFOs
  • Pins
  • CSRs
  • Pull it all together
@Joeyh021
Copy link
Owner Author

Joeyh021 commented Jan 9, 2023

A few basic modules done: register, program counter. Started to work on instruction set and decoding, need to design ALU as part of this.

@Joeyh021
Copy link
Owner Author

Execution unit done, started to look at other components. Got an Async FIFO paper i can implement, shift registers shouldn't be too hard, memory components starting to come together.

@Joeyh021
Copy link
Owner Author

Pins mostly done, ISR done too. Need to write OSR (copy from ISR) and verify

@Joeyh021
Copy link
Owner Author

OSR Done and mostly verified. Tried to do fifos, is hard. Clock divider ended up being hard too so i simplified it, but that's done.

@Joeyh021 Joeyh021 closed this as completed Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant