EdaphicStudio / SystemVerilog

Public issue tracker for Edaphic.Studio/SV
MIT License
0 stars 0 forks source link

Resolve of UVM object in UBUS example are not working #21

Closed EdaphicStudio closed 5 years ago

EdaphicStudio commented 5 years ago

Resolve in some files inside theuvm setup example is not working.

The issue is that the example wraps all UBUS code into an ubus_pkg package that includes several subfiles. At the top of the ubus_pkg package is an `import uvm_pkg::*;' but the plugin is not able to use this information correctly.

EdaphicStudio commented 5 years ago

The packaging of this example is none standard. If anyone encounters a similar issue some other place, please let me know!