3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 18:05:24 +00:00

Do not overwrite LUT param

This commit is contained in:
Eddie Hung 2019-08-28 18:45:09 -07:00
parent cd5d6940e1
commit c0b99ed0e8

View file

@ -125,7 +125,6 @@ static void run_ice40_opts(Module *module)
cell->unsetPort("\\I3");
cell->unsetPort("\\CO");
cell->unsetPort("\\O");
cell->setParam("\\LUT", RTLIL::Const::from_string("0110100110010110"));
cell->setParam("\\WIDTH", 4);
}
continue;