Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danluu/n2t

nand2tetris, verilog
https://github.com/danluu/n2t

Last synced: 17 days ago
JSON representation

nand2tetris, verilog

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 ;))