index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
gna
/
bug055
/
gen1.vhdl
blob: 5d7062ab3429ae21dc26e1ee699ecac2a35fb301 (
plain
)
1
2
3
4
5
package
gen1
is
generic
(
v
:
natural
:=
5
);
function
get
return
natural
;
end
gen1
;