Do not overwrite LUT param

This commit is contained in:
Eddie Hung 2019-08-28 18:45:09 -07:00
parent e301a3dadb
commit a4f641f230
1 changed files with 0 additions and 1 deletions

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;