Fix t_trace_cat test, bug654.

This commit is contained in:
Wilson Snyder 2013-06-03 19:08:15 -04:00
parent 9cb9f9c80b
commit ba9da64207

View File

@ -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