mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 11:26:22 +00:00
signorm: disable passes that use rewrite_sigspecs
This commit is contained in:
parent
6447a39c0c
commit
4f665d6efc
6 changed files with 15 additions and 0 deletions
|
|
@ -145,6 +145,9 @@ struct SplitnetsPass : public Pass {
|
|||
}
|
||||
extra_args(args, argidx, design);
|
||||
|
||||
// TODO disable signorm due to rewrite_sigspecs assert
|
||||
design->sigNormalize(false);
|
||||
|
||||
// module_ports_db[module_name][old_port_name] = new_port_name_list
|
||||
dict<IdString, dict<IdString, vector<IdString>>> module_ports_db;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue