mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Supercell creation for $div/$mod worked all along, fixed test benches
This commit is contained in:
parent
7a6d578b81
commit
e9506bb2da
3 changed files with 3 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue