forked from github/verilator
Put dump file in TEST_OBJ_DIR
This commit is contained in:
parent
0b07679ff2
commit
0a8cfb8d2c
@ -17,7 +17,7 @@ int main(int argc, char** argv) {
|
|||||||
VerilatedVcdC tfp;
|
VerilatedVcdC tfp;
|
||||||
Vt_trace_open_wrong_order dut;
|
Vt_trace_open_wrong_order dut;
|
||||||
ctx.traceEverOn(true);
|
ctx.traceEverOn(true);
|
||||||
tfp.open("dump.vcd"); // Error! shall put to the next line!
|
tfp.open(VL_STRINGIFY(TEST_OBJ_DIR) "/dump.vcd"); // Error! shall put to the next line!
|
||||||
dut.trace(&tfp, 99); // Error!
|
dut.trace(&tfp, 99); // Error!
|
||||||
tfp.dump(0);
|
tfp.dump(0);
|
||||||
tfp.close();
|
tfp.close();
|
||||||
|
Loading…
Reference in New Issue
Block a user