mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 11:26:22 +00:00
signorm: disable in passes that use swap_names
This commit is contained in:
parent
4d2a6f2b7a
commit
68bb5c6b94
12 changed files with 35 additions and 0 deletions
|
|
@ -110,6 +110,9 @@ struct ClkbufmapPass : public Pass {
|
|||
extra_args(args, argidx, design);
|
||||
}
|
||||
|
||||
// TODO Disabled signorm because swap_names breaks fanout logic
|
||||
design->sigNormalize(false);
|
||||
|
||||
if (buf_celltype.empty() && inpad_celltype.empty())
|
||||
log_error("Either the -buf option or -inpad option is required.\n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue