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.vhdl
blob: 320f0a7dc38154465085a9592fb328c5d1e86991 (
plain
)
1
2
3
4
package
p
is
-- Comment for :state_t:
type
state_t
is
(
s1
,
s2
,
s3
);
end
p
;