summaryrefslogtreecommitdiff
path: root/nandgame/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nandgame/Makefile')
-rw-r--r--nandgame/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nandgame/Makefile b/nandgame/Makefile
index 5e16703..8a6e6ea 100644
--- a/nandgame/Makefile
+++ b/nandgame/Makefile
@@ -51,10 +51,10 @@ clean:
rm -rf *.json *.fs *.svg *.log *.dep *.vvp *.lxt2
simu: $(PROGRAM).lxt2
- gtkwave $< >/dev/null 2>&1
+# gtkwave $< >/dev/null 2>&1
simu2: verilator.$(PROGRAM)/dump.vvp
- gtkwave $< >/dev/null 2>&1
+# gtkwave $< >/dev/null 2>&1
lint: $(PROGRAM).sv
verilator --quiet --lint-only -Wall -Wno-PROCASSINIT $(PROGRAM).sv