Skip to content

svls tries to parse files outside of include_paths #20

@prokie

Description

@prokie

I have specified in .svls.toml that I only want to parse files inside src. But it tries to parse files in my other folder (fail_src) as well.

With the following files, I get the problem in vscode:

parse error svls [Ln 2, Col 8]

# .svls.toml
[verilog]
include_paths = ["src/"]
defines = ["DEBUG", "VAR=1"]

[option]
linter = true
# .svlint.toml
[option]

[rules]
├── fail_src
│   └── b.sv
└── src
    └── a.sv
// b.sv
initial begin
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions