3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

VCD reader support by using external tool

This commit is contained in:
Miodrag Milanovic 2022-02-28 09:09:07 +01:00
parent ec4af6af2f
commit 8be09b5b24
3 changed files with 21 additions and 0 deletions

View file

@ -1160,6 +1160,7 @@ struct SimWorker : SimShared
pool<Module*> wbmods;
top->writeback(wbmods);
}
delete fst;
}
void run_cosim_witness(Module *topmod)