index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
gna
/
issue1057
/
pkg.vhdl
blob: 31db3963bc277c7ba6ddfd88fa1ffc60a2d5f635 (
plain
)
1
2
3
4
5
package
pkg
is
type
enum_t
is
(
alpha
,
beta
);
alias
alias_t
is
enum_t
;
end
package
;