mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-23 07:32:32 +00:00
N-dimensional regs
This commit is contained in:
parent
39b36fa5f5
commit
608ed37a6d
3 changed files with 14 additions and 108 deletions
|
|
@ -68,7 +68,6 @@ private:
|
|||
std::map<fstHandle, FstVar> handle_to_var;
|
||||
std::map<std::string, fstHandle> name_to_handle;
|
||||
std::map<std::string, dict<int, fstHandle>> memory_to_handle;
|
||||
std::map<std::string, dict<std::vector<int>, fstHandle>> array_to_handle;
|
||||
std::map<fstHandle, std::string> last_data;
|
||||
uint64_t last_time;
|
||||
std::map<fstHandle, std::string> past_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue