Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThis should make modelsim get stuck in an infinite loop in VHDL:
signal a : std_logic := '1';
signal b : std_logic := '0';
...
b <= a and not b;
This should make modelsim get stuck in an infinite loop in VHDL:
signal a : std_logic := '1';
signal b : std_logic := '0';
...
b <= a and not b;