3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-13 20:35:48 +00:00

signorm: disable passes that use rewrite_sigspecs

This commit is contained in:
Emil J. Tywoniak 2026-03-17 17:35:57 +01:00
parent 961c9a90d6
commit c01d88c303
6 changed files with 14 additions and 0 deletions

View file

@ -71,6 +71,8 @@ struct ConstmapPass : public Pass {
}
extra_args(args, argidx, design);
// TODO disable signorm due to rewrite_sigspecs assert
design->sigNormalize(false);
if (design->has(celltype)) {
Module *existing = design->module(celltype);