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_fail.vhdl
blob: 79b37fec5efbb30ae33c2dabf9e14bb6f5f10121 (
plain
)
1
2
3
4
package
p
is
-- Comment for the decl.
constant
c1
:
natural
:=
3
;
end
p
;