index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
pyunit
/
libghdl
/
examples
/
comments
/
const.vhdl
blob: 75e22ab515bfd299c9b84f6d4b414e62f7d055e2 (
plain
)
1
2
3
4
package
p
is
-- Comment for the decl :c1:
constant
c1
:
natural
:=
3
;
end
p
;