Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 926 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 926 Bytes

SAP-1

SAP-1 Implementation from the book Digital Computer Electronics by Albert Malvino and from Brian Eater's 8-Bit Computer Video Series

NOTES

  • testbenches in test/ are mostly for visual checks at the moment. Not actually asserting pass/fails.
  • instruction RAM is magic ram at the moment, contents immediately available when address changes.
  • OPCODEs mirror Brian Eater's implementation and may not necessarily match the book.

TODO

  • Change all active lows to active highs, for consistency
  • create a more reasonable controller.v
  • implement halt opcode

Schematic

image