-
Notifications
You must be signed in to change notification settings - Fork 3
/
violations.waiver
15 lines (15 loc) · 1022 Bytes
/
violations.waiver
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
waive --rule=line-length --location="src/ctrl/i2c_controller_fsm.sv"
waive --rule=line-length --location="src/ctrl/i2c_target_fsm.sv"
waive --rule=line-length --location="src/ctrl/bus_monitor.sv"
waive --rule=line-length --location="src/i2c_phy_integration.sv"
waive --rule=line-length --location="verification/block/i2c_phy_integration/i2c_phy_integration_wrapper.sv"
waive --rule=line-length --location="src/csr/I3CCSR_covergroups.svh"
waive --rule=line-length --location="src/csr/I3CCSR_sample.svh"
waive --rule=line-length --location="src/csr/I3CCSR_uvm.sv"
waive --rule=line-length --location="src/hci/configuration.sv"
waive --rule=line-length --location="src/hci/hci.sv"
waive --rule=line-length --location="src/hci/tti.sv"
waive --rule=line-length --location="src/recovery/recovery_handler.sv"
waive --rule=line-length --location="src/recovery/recovery_pec.sv"
waive --rule=line-length --location="src/recovery/recovery_executor.sv"
waive --rule=case-missing-default --location="src/recovery/recovery_executor.sv"