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_v2.vhdl
blob: dd05329395a63a7d4316a5f96ed089b3bcd0d631 (
plain
)
1
2
3
4
package
pkga
is
subtype
word
is
bit_vector
(
0
to
31
);
end
pkga
;