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