Forum Discussion

MamaSaru's avatar
MamaSaru
Icon for Occasional Contributor rankOccasional Contributor
2 years ago
Solved

eq output of lpm_counter does not see higher q bits in simulation.

I found the error in simulation library source file 220model.v. #3866 assign eq = tmp_eq; should be: assign eq = (final_count < 16) ? tmp_eq : 0; to confirm higher q bits are all zero. My simul...
  • MamaSaru's avatar
    2 years ago

    Richard,
    No thanks, it was just feedback to Questa.
    Thank you for your effort.
    Regards,