/nandgame-sv

Experimental

Primary LanguageSystemVerilog

How to compile

Using ninja

cd nandgame-sv
mkdir build
cd build
cmake -GNinja ..
ninja

How to use codegen

  while read p; do echo "$p" | ./codegen; done < init_stack

From 68f82d5 onwards you should use this command:

  cat init_stack | ./codegen

Running interactive nandgame asm

while in build directory

  ./sim/interactive