Verilog While Loop Error in Synthesis

Verilog While Loop Error in Synthesis

瀏覽:729
日期:2025-10-04
verilog loop parameter synthesis Originally Posted by dcreddy1980 u have declared integer index; Index is not constant and it does know the limit for the index, If you convert the integer index; --> reg [5:0] index some thing like this then the tool will ...看更多