mirror of https://github.com/YosysHQ/yosys.git
techmap: disable signorm
This commit is contained in:
parent
8bad1a2035
commit
04311e3e53
|
|
@ -1163,6 +1163,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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue