aboutsummaryrefslogtreecommitdiffstats
path: root/backends/btor
diff options
context:
space:
mode:
authorClaire Xenia Wolf <claire@clairexen.net>2022-12-01 11:31:39 +0100
committerClaire Xenia Wolf <claire@clairexen.net>2022-12-01 11:31:39 +0100
commit956b7f5fd1739f8571da5c02055c64a9d911780c (patch)
tree7530783b4eb40ab78e22e1d9fbbc1c849158ed65 /backends/btor
parentfbf8bcf38f4cc6ea11f4b6461531deb17bd9765c (diff)
parenteb0039848b42afa196f440301492a5afc09b4cf4 (diff)
downloadyosys-956b7f5fd1739f8571da5c02055c64a9d911780c.tar.gz
yosys-956b7f5fd1739f8571da5c02055c64a9d911780c.tar.bz2
yosys-956b7f5fd1739f8571da5c02055c64a9d911780c.zip
Merge branch 'xprop' of github.com:jix/yosys into claire/eqystuff
Diffstat (limited to 'backends/btor')
-rw-r--r--backends/btor/btor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/btor/btor.cc b/backends/btor/btor.cc
index 06de71018..8368ab82d 100644
--- a/backends/btor/btor.cc
+++ b/backends/btor/btor.cc
@@ -1417,6 +1417,7 @@ struct BtorBackend : public Backend {
log_push();
Pass::call(design, "bmuxmap");
Pass::call(design, "demuxmap");
+ Pass::call(design, "bwmuxmap");
log_pop();
size_t argidx;