index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
pyunit
/
libghdl
/
examples
/
comments
/
array.vhdl
blob: 69db03d158e7350e986bec78663283bf9fdf3d24 (
plain
)
1
2
3
4
package
p
is
-- Comment for :vec:
type
vec
is
array
(
natural
)
of
bit_vector
(
0
to
1
);
end
p
;