repo.or.cz
/
ghdl-vlg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
verilog: add sv_maps iterators
[ghdl-vlg.git]
/
testsuite
/
synth
/
issue2025
/
wb_standard_formal_psl.vhd
blob
349b6168bb90e7a9b326e6020b398ae1a48be92d
1
2
ENTITY
wb_standard_formal
IS
3
END ENTITY
;
4
5
ARCHITECTURE
psl
of
wb_standard_formal
IS
6
BEGIN
7
gen_test
:
IF
(
true
)
GENERATE
8
END GENERATE
;
9
END ARCHITECTURE
;