-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Hack Computer | ||
Hardware projects for the excellent [Nand2Tetris](https://www.nand2tetris.org/). | ||
|
||
## Tools | ||
The tools folder contains the [Nand2Tetris Software Suite](https://www.nand2tetris.org/software). The linked website hosts pdf tutorials on every tool and a Google Drive download link. The following programs from the suite are required for testing: | ||
|
||
- Hardware Simulator: simulate and test HDL files. | ||
- CPUEmulator: execute Hack assembly on a simulated CPU. | ||
|
||
Every tool in the Nand2Tetris suite is accesible via shell scripts in the tools folder that accept an appropriate *.tst file or open up a GUI when run without arguments. |