mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
Fix t_trace_cat test, bug654.
This commit is contained in:
parent
9cb9f9c80b
commit
ba9da64207
@ -63,7 +63,7 @@ int main(int argc, char **argv, char **env) {
|
||||
#elif defined(T_TRACE_CAT_RENEW)
|
||||
tfp->close();
|
||||
delete tfp;
|
||||
VerilatedVcdC* tfp = new VerilatedVcdC;
|
||||
tfp = new VerilatedVcdC;
|
||||
top->trace(tfp,99);
|
||||
tfp->open(trace_name());
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user