mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 19:36:21 +00:00
signorm: disable in passes that use swap_names
This commit is contained in:
parent
51331a3ffd
commit
74610ae0ee
12 changed files with 35 additions and 0 deletions
|
|
@ -1049,6 +1049,9 @@ struct AigerFrontend : public Frontend {
|
|||
}
|
||||
extra_args(f, filename, args, argidx, true);
|
||||
|
||||
// TODO Disabled signorm because swap_names breaks fanout logic
|
||||
design->sigNormalize(false);
|
||||
|
||||
if (module_name.empty()) {
|
||||
#ifdef _WIN32
|
||||
char fname[_MAX_FNAME];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue