index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
gna
/
issue2116
/
func7.vhdl
blob: 5356f99d7c0b61387340f0c068065f6155830adf (
plain
)
1
2
3
4
5
package
p
is
function
A
return
yy
;
function
B
return
p
'xx
;
end
;