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:
parent
5bdc2d3451
commit
0aaca679ce
2 changed files with 43 additions and 64 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue