mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-30 01:18:10 +02:00
- fix int type conversion not visiting function return type expressions - add node-based traversal for decls visiting top level types and exprs - explicit expr and type recursion in package ident resolution - expose mapBothM traversal helper - avoid double-visiting of decl types in certain conversions
4 lines
49 B
Verilog
4 lines
49 B
Verilog
module top;
|
|
wire [31:0] x = 1'sb1;
|
|
endmodule
|