9d
9d copied to clipboard
Complete software suite for the nand2tetris MOOC course
We have a HDL dialect that will get parsed. The parser has to generate some data structure that represents the network - somewhat like an AST of a language This...
The gate abstraction uses an int data type, but treats it like a bool Try building a multibit and gate that uses all bits of a data type. The inputs...
Something like this: 