V
Vazquez
Guest
Dear Sir or Madame,
when I try to compile a testbench including the following process
I get the following error message:
"Error: VHDL Wait Statement error at tb_reservoir_positions.vhd(55):
Wait Statement must contain condition clause with UNTIL keyword."
process
begin
t_reset <= '1', '0' after 100 ns;
wait;
end process;
I thought that is was a legal wait-statement when writing a testbench for functional
simulation.
So what could be the reason for that error message?
(p.s. I am using the Quartus II WebEdition 3.0)
Kind regards
Andrés Vázquez
G&D System Development
when I try to compile a testbench including the following process
I get the following error message:
"Error: VHDL Wait Statement error at tb_reservoir_positions.vhd(55):
Wait Statement must contain condition clause with UNTIL keyword."
process
begin
t_reset <= '1', '0' after 100 ns;
wait;
end process;
I thought that is was a legal wait-statement when writing a testbench for functional
simulation.
So what could be the reason for that error message?
(p.s. I am using the Quartus II WebEdition 3.0)
Kind regards
Andrés Vázquez
G&D System Development