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
b09fdaf76a
sv2v
/
test
/
dump
/
example.sv
6 lines
70 B
Systemverilog
Raw
Normal View
History
Unescape
Escape
additional test coverage - test deprecated flags - test struct const edge cases - test implicit net edge cases - test dump-prefix
2023-05-14 06:54:22 +02:00
module
top
;
replace tabs with spaces in test/dump/example.sv
2023-07-09 20:52:41 +02:00
typedef
logic
T
;
T
x
;
assign
x
=
1
;
additional test coverage - test deprecated flags - test struct const edge cases - test implicit net edge cases - test dump-prefix
2023-05-14 06:54:22 +02:00
endmodule