3
0
Fork 0
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:
Stan Lee 2026-02-27 10:12:43 -08:00
parent 0b46d8b201
commit 5bdc2d3451
2 changed files with 98 additions and 11 deletions

View file

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