aboutsummaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-14 10:28:30 -0700
committerGitHub <noreply@github.com>2019-06-14 10:28:30 -0700
commit474fe9f47ae9c8a022d726a1b674853ca3236db0 (patch)
tree91907bc7387e194d64d5503dec4bf4c7987593ae /backends
parentbc22e2e3ee120aeb84323ce52031b895f9f62f54 (diff)
parent95665730540c0fd7c76690f28d0fd6b5f13f2223 (diff)
downloadyosys-474fe9f47ae9c8a022d726a1b674853ca3236db0.tar.gz
yosys-474fe9f47ae9c8a022d726a1b674853ca3236db0.tar.bz2
yosys-474fe9f47ae9c8a022d726a1b674853ca3236db0.zip
Merge pull request #1097 from YosysHQ/dave/xaig_ecp5
Add ECP5 ABC9 support (to xaig branch)
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 fcf9a7bf1..5fa20c9c2 100644
--- a/backends/aiger/xaiger.cc
+++ b/backends/aiger/xaiger.cc
@@ -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");