mirror of
https://github.com/verilator/verilator.git
synced 2025-05-03 14:06:54 +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)
|
#elif defined(T_TRACE_CAT_RENEW)
|
||||||
tfp->close();
|
tfp->close();
|
||||||
delete tfp;
|
delete tfp;
|
||||||
VerilatedVcdC* tfp = new VerilatedVcdC;
|
tfp = new VerilatedVcdC;
|
||||||
top->trace(tfp,99);
|
top->trace(tfp,99);
|
||||||
tfp->open(trace_name());
|
tfp->open(trace_name());
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user