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-07 11:51:28 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9694799a234b5ec2199c34b235709c0987aa5889
sv2v
/
test
/
basic
/
struct_array_inline.v
T
9 lines
144 B
Verilog
Raw
Normal View
History
Unescape
Escape
fix struct array pattern conversion (
resolves
#60
)
2020-01-20 17:26:03 -08:00
module
top
;
initial
begin
$display
(
1
'b0
);
$display
(
1
'b0
);
$display
(
1
'b1
);
$display
(
1
'b0
);
end
endmodule
Reference in New Issue
Copy Permalink