fragnen
Full Member level 4
Using for loop with an integer i defined as the loop variable index, a synthesizable rtl can be coded.
Using for loop with genvar i declared as the loop index variable a synthesizable rtl can be coded.
Where is the difference in using a for loop with an integer i declared versus using a for loop with generate statement by declaring i as genvar in coding a synthesizable rtl?
Using for loop with genvar i declared as the loop index variable a synthesizable rtl can be coded.
Where is the difference in using a for loop with an integer i declared versus using a for loop with generate statement by declaring i as genvar in coding a synthesizable rtl?