3
0
Fork 0
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:
Stan Lee 2026-04-20 12:02:35 -07:00
parent 8823608317
commit a92a086a0d
2 changed files with 1 additions and 106 deletions

View file

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