Forum Discussion

MCost7's avatar
MCost7
Icon for New Contributor rankNew Contributor
7 years ago

Simulation behavior didn't match with synthesized design

The quartus version 18.1 is used, the target FPGA is Stratix IV. The code that is not correctly synthesized is: assign addr = (sel1 & sel2) ? (dst == 3'b001) : (dst == 3'b000); But the simul...