aboutsummaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-14 10:29:16 -0700
committerEddie Hung <eddie@fpgeh.com>2019-06-14 10:29:16 -0700
commit751e640c1db45f27a530738230b601417c2f2cdb (patch)
treee394b686340915754168b556042077ded2fdda61 /backends
parenta3be25ab0d6040564ad9082db231478b21e021ac (diff)
parent474fe9f47ae9c8a022d726a1b674853ca3236db0 (diff)
downloadyosys-751e640c1db45f27a530738230b601417c2f2cdb.tar.gz
yosys-751e640c1db45f27a530738230b601417c2f2cdb.tar.bz2
yosys-751e640c1db45f27a530738230b601417c2f2cdb.zip
Merge branch 'xaig' of github.com:YosysHQ/yosys into xaig
Diffstat (limited to 'backends')
-rw-r--r--backends/aiger/xaiger.cc3
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");