Hack SoC - MPW-6: Hardware implementation of the Hack Computer from the Nand to Tetris courses.

Clone this repo:

Branches

  1. 8f527d7 final gds oasis by Jeff DiCorpo · 1 year, 4 months ago main
  2. 654abc6 Add devlog folder by Maximo · 2 years ago
  3. 86512a3 Update README.md by Maximo · 2 years ago
  4. 82da8de Update README.md by Maximo · 2 years ago
  5. cd90372 Initial commit by Maximo · 2 years ago

Hack SoC

License

Hardware implementation of the Hack Computer from the Nand to Tetris courses

HACK Computer

HACK Computer


HACK Computer

Official website of Nand to Tetris courses: https://www.nand2tetris.org/

Some details of the original HACK Computer:

HACK	
16bit Computer	
Harvard architecture: separate Program & Data memory	
32 KBytes ROM	
32 KBytes Addressable RAM:	
	16 KBytes GENERAL RAM
	8 KBytes VRAM
	1 Bytes Keyboard input memory map

This repository is based on the example caravel_user_project. Refer to README for a quick start of how to use caravel_user_project