index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
gna
/
issue586
/
bug_pkg.vhdl
blob: e683fc79413eb68b55fc5dae66c6bb2d5b309594 (
plain
)
1
2
3
package
bug_pkg
is
type
t_zero_one
is
(
zero
,
one
);
end
package
bug_pkg
;