3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-23 07:32:32 +00:00

N-dimensional regs

This commit is contained in:
Stan Lee 2026-04-20 13:42:08 -07:00
parent 39b36fa5f5
commit 608ed37a6d
3 changed files with 14 additions and 108 deletions

View file

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