diff options
| author | uvok | 2026-01-09 19:36:14 +0100 |
|---|---|---|
| committer | uvok | 2026-01-10 09:54:18 +0100 |
| commit | acbeaa40a1580d85c1c4404f5f668b2b3059636d (patch) | |
| tree | 07b536eb84734188b61c4ddecad9bfed75fad1c8 /nandgame/Makefile | |
| parent | b3494ea7cc4040adcbfd123f0931116b34d4e9e2 (diff) | |
verilator: Enable tracing
Diffstat (limited to 'nandgame/Makefile')
| -rw-r--r-- | nandgame/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nandgame/Makefile b/nandgame/Makefile index 0e88f96..4973f81 100644 --- a/nandgame/Makefile +++ b/nandgame/Makefile @@ -16,4 +16,5 @@ simpc/Vcomputer: computer.sv Vcomputer__main.cpp assembler/disas.cpp --Mdir simpc \ --cc --exe \ -CFLAGS "-I${PWD}/assembler" -LDFLAGS "-lncurses" \ + -DVERILATE --trace \ $^
\ No newline at end of file |
