It is not possible to write an infinite loop in VHDL.
It is not possible to write an infinite loop in VHDL. Correct Answer True
Since VHDL is a hardware description language, so unlike traditional programming languages we can’t write an infinite loop. Actually PROCESS itself is an infinite loop that executes whenever any signal of sensitivity list changes. It is necessary to add some exit statement or a condition in every loop.
মোঃ আরিফুল ইসলাম
Feb 20, 2025
