summaryrefslogtreecommitdiff
path: root/testbench.vh
diff options
context:
space:
mode:
Diffstat (limited to 'testbench.vh')
-rw-r--r--testbench.vh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testbench.vh b/testbench.vh
index c60f66d..565daaa 100644
--- a/testbench.vh
+++ b/testbench.vh
@@ -7,7 +7,7 @@
`define STRINGIFY(x) `"x`"
`define DUMPWAVE(m) \
- $dumpfile({`STRINGIFY(m), ".vcd"}); \
+ $dumpfile({"waves/", `STRINGIFY(m), ".vcd"}); \
$dumpvars(0, m);
task skip_comments(input integer file);