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
/
enumlit_2.vhdl
blob: 44aa71d7d5cf82cbe15158efe6fa841009a57d50 (
plain
)
1
2
3
4
5
6
7
8
package
p
is
type
state_t
is
(
s1
,
s2
,
-- Comment for :s3:
s3
);
end
p
;