index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
gna
/
bug094
/
pkga_v1.vhdl
blob: 23bd2bd980112811f4a033c4be1f2e1fa124a0e9 (
plain
)
1
2
3
4
package
pkga
is
subtype
word
is
bit_vector
(
31
downto
0
);
end
pkga
;