diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2017-01-08 15:19:37 -0600 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2017-01-08 22:02:28 -0600 |
commit | 62a63f69a89fae13c9a0455b5d9e7cddbc06456f (patch) | |
tree | 4583eefdddbd4b4adc22efdb629c83e374340f30 /testbench.vh | |
parent | 06089575a8624e6080094a02758dbf724b2fe819 (diff) |
Move waves into new subdirectory
Diffstat (limited to 'testbench.vh')
-rw-r--r-- | testbench.vh | 2 |
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); |