nand2tetris / web-ide

A web-based IDE for https://nand2tetris.org
https://nand2tetris.github.io/web-ide
Other
38 stars 11 forks source link

Fix builtin ROM32K input pin width #249

Closed netalondon closed 3 months ago

netalondon commented 3 months ago

The address pin of the ROM32K chip was 16-bit wide (instead of 15), causing valid Computer.hdl implementations to not compile.