From 61b644866337d8db517beb8f089ef4311b83bd39 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 30 Jan 2022 16:35:02 -0800 Subject: Working focal! It turns out that indirect jumps don't preincrement. The interpreter is almost unreadable at this point due to debugging messages. Sorry. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 68ae4d1..915d910 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ build/%.bin: %.pal build/Vtop: $(SOURCES) $(HEADERS) @rm -rf verilator @mkdir -p build verilator - verilator +1800-2017ext+sv -Wall -Wno-BLKSEQ -Wno-UNUSED -O3 -Ihdl $(OPTS) --Mdir verilator --trace --cc --build -j --exe --top-module top $(SOURCES) + verilator +1800-2017ext+sv -Wall -Wno-BLKSEQ -Wno-UNUSED -O3 -Ihdl $(OPTS) --Mdir verilator --autoflush --trace --cc --build -j --exe --top-module top $(SOURCES) @ln -t build -f verilator/Vtop @rm -rf verilator -- cgit v1.2.3