mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-01 22:57:54 +00:00
techmap: disable signorm
This commit is contained in:
parent
099d9886a7
commit
3833c4eeac
1 changed files with 2 additions and 0 deletions
|
|
@ -1144,6 +1144,8 @@ struct TechmapPass : public Pass {
|
||||||
log_header(design, "Executing TECHMAP pass (map to technology primitives).\n");
|
log_header(design, "Executing TECHMAP pass (map to technology primitives).\n");
|
||||||
log_push();
|
log_push();
|
||||||
|
|
||||||
|
// TODO not sure why signorm breaks on us here yet
|
||||||
|
design->sigNormalize(false);
|
||||||
TechmapWorker worker;
|
TechmapWorker worker;
|
||||||
simplemap_get_mappers(worker.simplemap_mappers);
|
simplemap_get_mappers(worker.simplemap_mappers);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue