A
Andy Luotto
Guest
Hi there
looking at the following statemente
assign fifo_wspace = (fifo_count == {1'b1, `cDCDEPTH'b0}) ? {1'b0,
`cDCDEPTH'b0} : {1'b0, {`cDCDEPTH{1'b1}}} - fifo_count;
what is {`cDCDEPTH{1'b1}}} for? In my case parameter cDCDEPTH=8
thanks to who'll reply
Cheers
looking at the following statemente
assign fifo_wspace = (fifo_count == {1'b1, `cDCDEPTH'b0}) ? {1'b0,
`cDCDEPTH'b0} : {1'b0, {`cDCDEPTH{1'b1}}} - fifo_count;
what is {`cDCDEPTH{1'b1}}} for? In my case parameter cDCDEPTH=8
thanks to who'll reply
Cheers