3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-21 06:35:49 +00:00

better but not ideal

This commit is contained in:
Stan Lee 2026-02-27 10:22:06 -08:00
parent 5bdc2d3451
commit 0aaca679ce
2 changed files with 43 additions and 64 deletions

View file

@ -69,9 +69,7 @@ private:
uint64_t last_time;
std::map<fstHandle, std::string> past_data;
uint64_t past_time;
std::map<std::string, std::vector<fstHandle>> fork_scopes;
std::map<fstHandle, std::string> virtual_to_fork;
std::map<fstHandle, int> virtual_handle_widths;
std::map<fstHandle, std::vector<fstHandle>> fork_scope_members;
double timescale;
std::string timescale_str;
uint64_t start_time;