Conditional statements
if (cond) b = x; else b = y;
case (cond)
0 : b = y;
1 : b = x;
endcase
b = y;
if (cond) b = x;
Xilinx will synthesize this logic as a lookup table
Previous slide
Next slide
Back to first slide
View graphic version