All types of FOR loops are synthesizable.
All types of FOR loops are synthesizable. Correct Answer False
The loop index in FOR loop must contain a static value only. It is not possible to synthesize the design if the loop range is not static or it is a variable. So, we can’t use a variable in the loop range line otherwise the loop will not be synthesizable.
মোঃ আরিফুল ইসলাম
Feb 20, 2025