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
/
dump
/
example.sv
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
6 lines
70 B
Systemverilog
Raw
Permalink
Normal View
History
Unescape
Escape
additional test coverage
2023-05-14 00:54:22 -04:00
module
top
;
replace tabs with spaces in test/dump/example.sv
2023-07-09 14:52:41 -04:00
typedef
logic
T
;
T
x
;
assign
x
=
1
;
additional test coverage
2023-05-14 00:54:22 -04:00
endmodule
Reference in New Issue
Copy Permalink