mirror of
https://github.com/YosysHQ/sby.git
synced 2026-03-29 03:05:50 +00:00
use aigmap instead of abc for AIG mapping
This commit is contained in:
parent
268502844e
commit
6d855c1090
2 changed files with 2 additions and 2 deletions
|
|
@ -289,7 +289,7 @@ class AigModel(tl.process.Process):
|
|||
"formalff -clk2ff -ff2anyinit",
|
||||
"simplemap",
|
||||
"dffunmap",
|
||||
"abc -g AND -fast",
|
||||
"aigmap",
|
||||
"opt_clean",
|
||||
"stat",
|
||||
"write_rtlil design_aiger.il",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue