add project reflections

This commit is contained in:
2025-11-21 10:26:49 -05:00
parent 912b16855a
commit 6140120443
10 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1 @@
This project felt more aligned with the information from CSCI 306: using program counters, storing information in registers, using low/high bits to find what to address. Learning what the DFF did took a bit of reading and re-reading- still fuzzy on that, but the videos helped. The program counter was a bit confusing, as I tried to build it without a register first; once I figured out I needed to store the counter I went back to the register. The RAM was straightforward- just scaled, and I needed to split the address to propagate downwards and find which bank(s) to reference.