Browse Source

Fixed wait from to wait until

master
T. Meissner 8 years ago
parent
commit
15a6df0d0b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      psl_endpoint_eval_in_vhdl/psl_endpoint_eval_in_vhdl.vhd

+ 1
- 1
psl_endpoint_eval_in_vhdl/psl_endpoint_eval_in_vhdl.vhd View File

@ -53,7 +53,7 @@ begin
process is
begin
wait for E_TEST0;
wait until E_TEST0;
report "HIT";
wait;
end process;


Loading…
Cancel
Save