This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
sv2v
mirror of
https://github.com/zachjs/sv2v.git
Watch
1
Star
0
Fork
You've already forked sv2v
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d335d2ff25
sv2v
/
test
/
core
/
struct_unit_array.v
5 lines
82 B
Verilog
Raw
Blame
History
module
top
;
reg
[
2
:
0
]
s
=
3
'b110
;
initial
#
1
$display
(
"
%b
"
,
s
)
;
endmodule
Reference in New Issue
View Git Blame
Copy Permalink