diff --git a/mistral/lab.cc b/mistral/lab.cc index 8bcde3e3..692197fd 100644 --- a/mistral/lab.cc +++ b/mistral/lab.cc @@ -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: