summaryrefslogtreecommitdiff
path: root/passes
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-07-20 18:54:06 +0200
committerClifford Wolf <clifford@clifford.at>2014-07-20 18:54:06 +0200
commite9506bb2da9640cebc325e33a678d352d36a909e (patch)
tree73975b4e60d5615d92eca10b59941de4beebb702 /passes
parent7a6d578b81581f5217b717dcd601cfba2d4a4d0f (diff)
Supercell creation for $div/$mod worked all along, fixed test benches
Diffstat (limited to 'passes')
-rw-r--r--passes/sat/share.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/passes/sat/share.cc b/passes/sat/share.cc
index 27b21207..06549671 100644
--- a/passes/sat/share.cc
+++ b/passes/sat/share.cc
@@ -134,10 +134,6 @@ struct ShareWorker
not_a_muxed_cell:
continue;
- // FIXME: Creation of super cells is broken for this cell types
- if (cell->type == "$div" || cell->type == "$mod")
- continue;
-
if (config.opt_force) {
shareable_cells.insert(cell);
continue;