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-08-31 17:54:22 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
enum-method
sv2v
/
test
/
core
/
struct_nested_cast.v
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
8 lines
105 B
Verilog
Raw
Permalink
Normal View
History
Unescape
Escape
typedef conversion visits nested types in statements
2020-07-19 20:54:44 -06:00
module
top
;
reg
w
;
initial
begin
w
<=
1
'b1
;
$display
(
"%b"
,
w
);
end
endmodule
Reference in New Issue
Copy Permalink