mistral: Fix uninitialised comb_out for plain LUTs

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2023-05-22 09:44:38 +02:00
parent f03da6568b
commit 7dafd4da58

View File

@ -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: