mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-18 21:25:47 +00:00
working implementation that i will improvee further
This commit is contained in:
parent
0b46d8b201
commit
5bdc2d3451
2 changed files with 98 additions and 11 deletions
|
|
@ -69,6 +69,9 @@ 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;
|
||||
double timescale;
|
||||
std::string timescale_str;
|
||||
uint64_t start_time;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue