diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-14 10:29:16 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-14 10:29:16 -0700 |
commit | 751e640c1db45f27a530738230b601417c2f2cdb (patch) | |
tree | e394b686340915754168b556042077ded2fdda61 /backends/aiger | |
parent | a3be25ab0d6040564ad9082db231478b21e021ac (diff) | |
parent | 474fe9f47ae9c8a022d726a1b674853ca3236db0 (diff) | |
download | yosys-751e640c1db45f27a530738230b601417c2f2cdb.tar.gz yosys-751e640c1db45f27a530738230b601417c2f2cdb.tar.bz2 yosys-751e640c1db45f27a530738230b601417c2f2cdb.zip |
Merge branch 'xaig' of github.com:YosysHQ/yosys into xaig
Diffstat (limited to 'backends/aiger')
-rw-r--r-- | backends/aiger/xaiger.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/aiger/xaiger.cc b/backends/aiger/xaiger.cc index 5a26548b8..bba0ec713 100644 --- a/backends/aiger/xaiger.cc +++ b/backends/aiger/xaiger.cc @@ -826,8 +826,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"); |