mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Various bug fixes (related to $macc model testing)
This commit is contained in:
parent
98e6463ca7
commit
9329a76818
4 changed files with 5 additions and 4 deletions
|
@ -973,7 +973,8 @@ void dump_module(std::ostream &f, std::string indent, RTLIL::Module *module)
|
|||
for (int i = 0; i < wire->width; i++)
|
||||
if (reg_bits.count(std::pair<RTLIL::Wire*,int>(wire, i)) == 0)
|
||||
goto this_wire_aint_reg;
|
||||
reg_wires.insert(wire->name);
|
||||
if (wire->width)
|
||||
reg_wires.insert(wire->name);
|
||||
this_wire_aint_reg:;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue