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
/
assign01
/
assign01.v
blob
f76dd6a9ad49b869e3c7ad3f86c124ec68071bc9
1
module
assign01
(
output
[
0
:
3
]
a
,
output
[
0
:
3
]
b
,
input
[
0
:
7
]
v
);
2
assign
{
a
,
b
} =
v
;
3
endmodule