mirror of https://github.com/YosysHQ/yosys.git
Do not overwrite LUT param
This commit is contained in:
parent
e301a3dadb
commit
a4f641f230
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue