mistral: Fix uninitialised comb_out for plain LUTs
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
f03da6568b
commit
7dafd4da58
@ -319,6 +319,7 @@ void Arch::assign_comb_info(CellInfo *cell) const
|
||||
}
|
||||
|
||||
} else {
|
||||
cell->combInfo.comb_out = cell->getPort(id_Q);
|
||||
cell->combInfo.lut_input_count = 0;
|
||||
switch (cell->type.index) {
|
||||
case ID_MISTRAL_ALUT6:
|
||||
|
Loading…
Reference in New Issue
Block a user