mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 13:27:10 -04:00
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:
parent
89e525ecc8
commit
c436ea1b1b
2 changed files with 0 additions and 8 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue