mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
VCD reader support by using external tool
This commit is contained in:
parent
ec4af6af2f
commit
8be09b5b24
3 changed files with 21 additions and 0 deletions
|
@ -74,6 +74,7 @@ private:
|
|||
CallbackFunction callback;
|
||||
std::vector<fstHandle> clk_signals;
|
||||
bool all_samples;
|
||||
std::string tmp_file;
|
||||
};
|
||||
|
||||
YOSYS_NAMESPACE_END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue