index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
gna
/
issue209
/
util.vhdl
blob: a86ceaacb3c39b09af0e7488ae17e61280c8ddab (
plain
)
1
2
3
package
Util
is
type
integer_list_t
is
array
(
natural
range
<>
)
of
integer
;
end
package
;