This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
vhdl_verification
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed wait from to wait until
master
T. Meissner
9 years ago
parent
ad80c4c082
commit
15a6df0d0b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
Write
Preview
Loading…
Cancel
Save