Forum Discussion
Altera_Forum
Honored Contributor
17 years agoWhen i compile my code, i meets some error like that, can you help me?
. . .reg regSysDX; . . . regSysDX <=# tDLY 16'h0000; Warning: truncated value with size 16 to match size of targer . . . reg syncResetClkCNT; . . . syncResetClkCNT <=# tDLY (`endOf_Write_Burst) ? 1 : 0; Warning: truncated value with size 16 to match size of targer syncResetClkCNT <=# tDLY (clkCNT == NUM_CLK_READ) ? 1 : 0; Warning: truncated value with size 16 to match size of targer etc...