summaryrefslogtreecommitdiff
path: root/nandgame/computer.sv
diff options
context:
space:
mode:
Diffstat (limited to 'nandgame/computer.sv')
-rw-r--r--nandgame/computer.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/nandgame/computer.sv b/nandgame/computer.sv
index 258c323..5c2127f 100644
--- a/nandgame/computer.sv
+++ b/nandgame/computer.sv
@@ -83,7 +83,7 @@ counter PC (
.st_store_X_in(cpu_do_jump_int)
);
-`ifdef VERILATE
+`ifdef VERILATOR
initial begin
$dumpfile("simpc.vvp"); $dumpvars();
end