[core] fixed a bug

This commit is contained in:
tangxifan 2024-04-11 13:04:47 -07:00
parent 4dedee4011
commit 5960cc14aa
1 changed files with 1 additions and 0 deletions

View File

@ -752,6 +752,7 @@ ModuleId ModuleManager::add_module(const std::string& name) {
port_is_wire_.emplace_back();
port_is_mappable_io_.emplace_back();
port_is_register_.emplace_back();
port_sides_.emplace_back();
port_preproc_flags_.emplace_back();
num_nets_.emplace_back(0);