index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
gna
/
issue69
/
mylib.vhdl
blob: 203eea1458eaabfc3d73b03cb29954a808547a3e (
plain
)
1
2
3
package
mypkg
is
constant
msg
:
string
:=
"Message from mylib.mypkg"
;
end
mypkg
;