mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-22 15:15:51 +00:00
remove VCD parse method for fork scopes, handle on frontend side
This commit is contained in:
parent
8823608317
commit
a92a086a0d
2 changed files with 1 additions and 106 deletions
|
|
@ -73,7 +73,6 @@ private:
|
|||
uint64_t last_time;
|
||||
std::map<fstHandle, std::string> past_data;
|
||||
uint64_t past_time;
|
||||
std::map<fstHandle, std::vector<fstHandle>> fork_scope_members;
|
||||
double timescale;
|
||||
std::string timescale_str;
|
||||
uint64_t start_time;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue