3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-16 17:23:26 +00:00

flatten: disable signorm

This commit is contained in:
Emil J. Tywoniak 2026-04-15 17:31:37 +02:00
parent e0dad5f51a
commit a90d1b5d5e

View file

@ -411,6 +411,7 @@ struct FlattenPass : public Pass {
extra_args(args, argidx, design);
bool was_signormed = design->flagSigNormalized;
design->sigNormalize(false);
RTLIL::Module *top = nullptr;
if (design->full_selection())