eexuke
Full Member level 4

Dear all,
Assume I have two descriptions:
1) assign a = (b==3'd5 && c==3'd6)? 1'b1:1'b0;
2) assign a = (b==3'd5 && c==3'd6);
If I am using DC to do synthesis,which expression will have a smaller gate count?
Many thanks in advance!
Assume I have two descriptions:
1) assign a = (b==3'd5 && c==3'd6)? 1'b1:1'b0;
2) assign a = (b==3'd5 && c==3'd6);
If I am using DC to do synthesis,which expression will have a smaller gate count?
Many thanks in advance!