repo.or.cz
/
ghdl-vlg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
verilog: add sv_maps iterators
[ghdl-vlg.git]
/
testsuite
/
synth
/
issue1572
/
ent.psl
blob
87b1a8c488ccb24d8fd4d4f68a42cfcc5e34d1dc
1
vunit i_ent
(
ent
(
synthesis
))
2
{
3
default clock is rising_edge
(
clk_i
);
4
5
process
(
all
)
6
variable num_colors
:
integer_vector
(
0
to
7
);
7
begin
8
num_colors
:= (
others
=>
0
);
9
num_colors
(
to_integer
(
u0
)) :=
num_colors
(
to_integer
(
u0
)) +
1
;
10
end
process
;
11
}