Add devlog folder
19 files changed
tree: 502861d9adcee430ffcf8c00548d63b5b0463380
  1. .github/
  2. def/
  3. devlog/
  4. docs/
  5. gds/
  6. lef/
  7. mag/
  8. maglef/
  9. my_timing_tests/
  10. openlane/
  11. sdc/
  12. sdf/
  13. signoff/
  14. spef/
  15. spi/
  16. verilog/
  17. .gitignore
  18. LICENSE
  19. Makefile
  20. README.md
README.md

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