Forum Discussion
Vicky1
Regular Contributor
7 years agoHi,
In First approach 'assign addr = (sel1 & sel2) ? (dst == 3'b001) : (dst == 3'b000);'
dst covers only two combinations : 3'b001 & 3'b000.
In Second approach dst covers multiple combinations : 3'b000 ,3'b111,3'b001 ,3'b011 etc.
So it`s obvious that variation in Quartus report.
Let me know if this has helped resolve the issue you are facing or if you need any further assistance.
Best Regards
Vikas Jathar
(This message was posted on behalf of Intel Corporation)