svstuff / systemverilog

SystemVerilog stuff and stuff.
http://svstuff.github.io/systemverilog
MIT License
12 stars 4 forks source link

style check for same symbol in multiple scopes #8

Open svstuff opened 9 years ago

svstuff commented 9 years ago

It is a common problem that package contents is imported into the global namespace, or otherwise comes into existence in multiple places. It would be nice to detect this antipattern and produce a warning.