Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sv2v
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
sv2v
6eda946f5739e316f0a71c8cb4761653dffb5e5a
6eda946f5739e316f0a71c8cb4761653dffb5e5a
Switch branch/tag
sv2v
test
core
unused_imports.v
Find file
Normal view
History
Permalink
unused_imports.v
73 Bytes
Edit
Newer
Older
globally imported items are selectively nested
9af38e78
Zachary Snow
committed
5 years ago
1
2
3
4
module
top
;
localparam
FOO
=
1
;
initial
$
display
(
FOO
)
;
endmodule