3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-25 03:16:22 +00:00

techmap: disable signorm

This commit is contained in:
Emil J. Tywoniak 2026-03-11 21:30:27 +01:00
parent 2f7d0913fc
commit 6575e7f1df

View file

@ -1144,6 +1144,8 @@ struct TechmapPass : public Pass {
log_header(design, "Executing TECHMAP pass (map to technology primitives).\n");
log_push();
// TODO not sure why signorm breaks on us here yet
design->sigNormalize(false);
TechmapWorker worker;
simplemap_get_mappers(worker.simplemap_mappers);