Remove unrelated files from lint in ibex_core_tracing

The lint target in ibex_core_tracing was used to also lint unrelated
files which are needed for some simulations (e.g. the simple system).
Remove them from there, as they really don't belong there.
This commit is contained in:
Philipp Wagner 2020-07-03 12:32:36 +01:00 committed by Philipp Wagner
parent 89e525ecc8
commit c436ea1b1b
2 changed files with 0 additions and 8 deletions

View file

@ -41,10 +41,6 @@ filesets:
- rtl/ibex_core.sv
file_type: systemVerilogSource
files_lint:
depend:
- lowrisc:ibex:sim_shared
files_lint_verilator:
files:
- lint/verilator_waiver.vlt: {file_type: vlt}

View file

@ -13,9 +13,6 @@ filesets:
- rtl/ibex_core_tracing.sv
file_type: systemVerilogSource
files_lint:
depend:
- lowrisc:ibex:sim_shared
files_lint_verilator:
files:
@ -116,7 +113,6 @@ targets:
# are applied, but not file-specific waivers.
- tool_verilator ? (files_lint_verilator)
- files_rtl
- files_lint
parameters:
- RVFI=true
- SYNTHESIS=true