-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
In UVM, this is a common pattern:
package my_pkg;
`include "src/some_class.svh"
`include "src/some_types.svh"
...
endpackage
To properly show diags and other info for the svh files in this compilation unit, we need to make note of this pattern. One heuristic we can use is the local includes found during indexing, and then map src/some_class.svh back to the pkg's syntax tree. This will require some changes with document management in the server driver, since right now there's a 1-1 assumption for documents, syntax trees, and shallow analysis.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels