Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rv_core_ibex/lint] Update waiver for ascent lint #8121

Merged
merged 1 commit into from Sep 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion hw/ip/rv_core_ibex/lint/rv_core_ibex.waiver
Expand Up @@ -92,7 +92,7 @@ waive -rules IFDEF_CODE -location {ibex_core.sv} -regexp {Assignment to 'unused_
-comment "Declaration of signal and assignment to it are in same `else block"
waive -rules IFDEF_CODE -location {ibex_core.sv} -regexp {Assignment to 'unused_instr_done_wb' contained within `else block} \
-comment "Declaration of signal and assignment to it are in same `else block"
waive -rules IFDEF_CODE -location {rv_core_ibex.sv} -regexp {Assignment to 'tl_d_o' contained within `else block} \
waive -rules IFDEF_CODE -location {rv_core_ibex.sv} -regexp {Assignment to 'cored_tl_h_o' contained within `else block} \
-comment "DV environment will drive things when `else block isn't used so assignment only occurs in `else block"
waive -rules CLOCK_USE -location {ibex_id_stage.sv} -regexp {'clk_i' is connected to 'ibex_decoder' port 'clk_i'} \
-comment "clk_i is unused in ibex_decoder configurations without RV32B and isn't connected to logic"
Expand Down