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-02 19:48:30 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a415d9eb3d4a30bd6236186a6f64259952369e94
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