Error Message when using process with wait-statement in testbench

Oct 17, 2003 2 Replies

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


functional

The problem is that the wait is unconditional. Even if the code were legal, you would never get past the first loop of the process at 0 nS.

-- Mike Treseler

Hi, so how can I write a process (within a testbench!) for a reset signal which should be asynchronous?

Best regards Andrés Vázquez G&D

functional

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required