projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b95901
)
Add $tribuf to opt_merge blacklist
author
Clifford Wolf
<clifford@clifford.at>
Fri, 30 Jun 2017 15:44:44 +0000
(17:44 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Fri, 30 Jun 2017 15:44:44 +0000
(17:44 +0200)
passes/opt/opt_merge.cc
patch
|
blob
|
history
diff --git
a/passes/opt/opt_merge.cc
b/passes/opt/opt_merge.cc
index b63fd3c8d8f7a0236f392994842e89bdce6e051f..b46b4bf4b2e434a7075f58a9db91139e1367a756 100644
(file)
--- a/
passes/opt/opt_merge.cc
+++ b/
passes/opt/opt_merge.cc
@@
-275,6
+275,7
@@
struct OptMergeWorker
ct.cell_types.erase("$pmux");
}
+ ct.cell_types.erase("$tribuf");
ct.cell_types.erase("$anyseq");
ct.cell_types.erase("$anyconst");