forked from chipsalliance/i3c-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathviolations.waiver
13 lines (13 loc) · 879 Bytes
/
violations.waiver
1
2
3
4
5
6
7
8
9
10
11
12
13
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/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"