This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
projects:pipelined_cpu_hazards_eliminated [2013/12/18 23:39] sstrohkorb [How can someone else build on it?] |
projects:pipelined_cpu_hazards_eliminated [2013/12/18 23:43] (current) sstrohkorb [How can someone else build on it?] |
||
---|---|---|---|
Line 105: | Line 105: | ||
**Schematic:** | **Schematic:** | ||
+ | |||
+ | {{ :projects:screen_shot_2013-12-18_at_11.40.26_pm.png?nolink |}} | ||
+ | |||
+ | {{ :projects:screen_shot_2013-12-18_at_11.40.34_pm.png?nolink |}} | ||
**Build Instructions:** | **Build Instructions:** | ||
Line 125: | Line 129: | ||
* Addressing memory may be different in your implementation of the CPU as compared to MIPS Assembly if you use 32-bit words instead of 8-bit words | * Addressing memory may be different in your implementation of the CPU as compared to MIPS Assembly if you use 32-bit words instead of 8-bit words | ||
* Design your hazard avoidance systems before you look at the code and try to implement it, draw it out first and discuss it before you go to implement in the code | * Design your hazard avoidance systems before you look at the code and try to implement it, draw it out first and discuss it before you go to implement in the code | ||
+ | |||
+ | |||
+ | Code, tests, and build instructions (please read the README): {{:projects:pipelinedcpu_project_files.zip|}} | ||