The FOR loop is not synthesizable if it contains ______ statement.
The FOR loop is not synthesizable if it contains ______ statement. Correct Answer WAIT
The FOR loop is not synthesizable for two conditions. One is That the loop variable must be static. Another condition for the loop to be synthesizable is that it must not contain any kind of WAIT statement.