lgeorge123
Full Member level 2
Can someone teach me the meaning of this verilog code:
.iREAD_DATA1({1'b0, fifo_rddata[15:11], fifo_rddata[7:0], 2'b00}) ??
I wonder to know why to use 1'b0 and 2'b00 , thanks !!
.iREAD_DATA1({1'b0, fifo_rddata[15:11], fifo_rddata[7:0], 2'b00}) ??
I wonder to know why to use 1'b0 and 2'b00 , thanks !!