mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-21 03:13:32 +00:00
signorm: disable in passes that use swap_names
This commit is contained in:
parent
3502a51598
commit
869a7303b0
12 changed files with 35 additions and 0 deletions
|
|
@ -186,6 +186,9 @@ struct IopadmapPass : public Pass {
|
|||
}
|
||||
extra_args(args, argidx, design);
|
||||
|
||||
// TODO Disabled signorm because swap_names breaks fanout logic
|
||||
design->sigNormalize(false);
|
||||
|
||||
if (!inpad_portname_pad.empty())
|
||||
ignore.insert(make_pair(RTLIL::escape_id(inpad_celltype), RTLIL::escape_id(inpad_portname_pad)));
|
||||
if (!outpad_portname_pad.empty())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue