index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
synth
/
enum01
/
test_pkg.vhdl
blob: 08fae8cee86cf682a19c6a0fa5ad0353849a546c (
plain
)
1
2
3
package
test_pkg
is
type
number_t
is
(
ONE
,
TWO
,
THREE
);
end
package
;