This website requires JavaScript.
Explore
Help
Sign In
luke
/
sv2v
Watch
1
Star
0
Fork
0
mirror of
https://github.com/zachjs/sv2v.git
synced
2026-09-06 09:28:58 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a415d9eb3d4a30bd6236186a6f64259952369e94
sv2v
/
test
/
basic
/
array.v
T
6 lines
80 B
Verilog
Raw
Normal View
History
Unescape
Escape
pack arrays assigned to other arrays
2020-02-13 23:59:01 -05:00
module
top
;
reg
[
5
:
0
]
a
;
wire
[
5
:
0
]
b
;
always
@(
*
)
a
=
b
;
endmodule
Reference in New Issue
Copy Permalink