Skip to content

Commit bfb2546

Browse files
committed
[darjeeling,rtl,lint] Add missing fusesoc mappings
Signed-off-by: Robert Schilling <[email protected]>
1 parent be4f001 commit bfb2546

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

hw/top_darjeeling/lint/top_darjeeling_lint_cfgs.hjson

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
name: ac_range_check
4444
fusesoc_core: lowrisc:darjeeling_ip:ac_range_check
4545
import_cfgs: ["{proj_root}/hw/lint/tools/dvsim/common_lint_cfg.hjson"]
46+
additional_fusesoc_argument: "--mapping=lowrisc:systems:top_darjeeling:0.1"
4647
rel_path: "hw/top_darjeeling/ip_autogen/ac_range_check/lint/{tool}"
4748
},
4849
{ name: alert_handler
@@ -181,9 +182,10 @@
181182
additional_fusesoc_argument: "--mapping=lowrisc:systems:top_darjeeling:0.1"
182183
rel_path: "hw/ip/soc_dbg_ctrl/lint/{tool}"
183184
},
184-
{ name: soc_dbg_ctrl_decode
185+
{ name: soc_dbg_ctrl_decode
185186
fusesoc_core: lowrisc:ip:soc_dbg_ctrl_decode
186187
import_cfgs: ["{proj_root}/hw/lint/tools/dvsim/common_lint_cfg.hjson"]
188+
additional_fusesoc_argument: "--mapping=lowrisc:systems:top_darjeeling:0.1"
187189
rel_path: "hw/ip/socdbg_ctrl/lint/{tool}"
188190
},
189191
{ name: top_darjeeling_rv_plic
@@ -198,9 +200,10 @@
198200
additional_fusesoc_argument: "--mapping=lowrisc:systems:top_darjeeling:0.1"
199201
rel_path: "hw/ip/rv_timer/lint/{tool}"
200202
},
201-
{ name: soc_proxy
203+
{ name: soc_proxy
202204
fusesoc_core: lowrisc:systems:soc_proxy
203205
import_cfgs: ["{proj_root}/hw/lint/tools/dvsim/common_lint_cfg.hjson"]
206+
additional_fusesoc_argument: "--mapping=lowrisc:systems:top_darjeeling:0.1"
204207
rel_path: "hw/top_darjeeling/ip/soc_proxy/lint/{tool}"
205208
},
206209
{ name: spi_device

0 commit comments

Comments
 (0)