3
0
Fork 0
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:
Clifford Wolf 2014-07-20 18:54:06 +02:00
parent 7a6d578b81
commit e9506bb2da
3 changed files with 3 additions and 8 deletions

View file

@ -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;