Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danluu/n2t
nand2tetris, verilog
https://github.com/danluu/n2t
Last synced: 17 days ago
JSON representation
nand2tetris, verilog
- Host: GitHub
- URL: https://github.com/danluu/n2t
- Owner: danluu
- Created: 2017-10-13T19:46:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T20:08:40.000Z (about 7 years ago)
- Last Synced: 2024-11-06T07:37:01.314Z (2 months ago)
- Language: Verilog
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
a note on testing outputs:
test outputs look like the following, for example:
my_and 0 0 0 (0 0)
my_and 1 0 1 (0 0)
my_and 2 1 0 (0 0)
my_and 3 1 1 (1 1)in these outputs, the intent is that for each set of parens, the numbers in the middle should be identical.
this should hopefully be convenient for scripting (and if it isn't, i apologise ;))