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-30 09:28:12 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
enum-method
sv2v
/
test
/
core
/
package_unique.v
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
7 lines
112 B
Verilog
Raw
Permalink
Normal View
History
Unescape
Escape
avoid name conflicts when elaborating packages
2022-07-17 22:02:15 -04:00
module
top
;
wire
P_T
;
assign
P_T
=
0
;
initial
$display
(
"%b"
,
P_T
);
check for conflicts with unused declarations
2022-07-18 21:05:21 -04:00
reg
[
1
:
0
]
P_U
=
0
;
avoid name conflicts when elaborating packages
2022-07-17 22:02:15 -04:00
endmodule
Reference in New Issue
Copy Permalink