1
0
mirror of synced 2026-01-31 06:02:11 +00:00

Do not overwrite LUT param

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

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;