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-body.vhdl
blob: ee0c8e962881edd37343786c835b7e29c43a2b50 (
plain
)
1
2
3
4
5
6
package
body
gen1
is
function
get
return
natural
is
begin
return
v
;
end
get
;
end
gen1
;