mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
ecp5: Add abc9 option
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
bc22e2e3ee
commit
9566573054
8 changed files with 188 additions and 66 deletions
|
@ -833,8 +833,7 @@ struct XAigerWriter
|
|||
Pass::call(holes_module->design, "flatten -wb");
|
||||
|
||||
// TODO: Should techmap all lib_whitebox-es once
|
||||
//Pass::call(holes_module->design, "techmap");
|
||||
|
||||
Pass::call(holes_module->design, "techmap");
|
||||
Pass::call(holes_module->design, "aigmap");
|
||||
Pass::call(holes_module->design, "clean -purge");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue