index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
pyunit
/
libghdl
/
enumlit_fail.vhdl
blob: 36a200402c99fff1f882b7a2b9bd12d0b2743adf (
plain
)
1
2
3
4
5
6
7
8
package
p
is
type
state_t
is
(
-- Comment
s1
,
s2
,
s3
);
end
p
;