Skip to content

[Support: UVM] #135

@AndrewNolte

Description

@AndrewNolte

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions