MikePopoloski / slang

SystemVerilog compiler and language services
MIT License
546 stars 114 forks source link

Finish bind directive lookup rules #935

Open MikePopoloski opened 1 month ago

MikePopoloski commented 1 month ago
Wildcard import candidates that have been imported into the scope
are visible, but a bind statement cannot cause the import of a wildcard candidate. Declarations present or
imported into $unit are not visible in the bind statement.