Skip to content

Commit

Permalink
linter: Waive the new vregfile_fpga
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilKoe committed May 22, 2024
1 parent afd51d3 commit 0607f86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/verible.waiver
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ waive --rule=interface-name-style --location="hw/ip/reqrsp_interface/src/reqrsp_
waive --rule=interface-name-style --location="hw/ip/tcdm_interface/src/tcdm_interface.sv"
# We have some long lines
waive --rule=line-length --location="hw/*"
# Some files are replaced by Bender thus do not respect the module-filename rule
waive --rule=module-filename --location="hw/ip/spatz/src/vregfile_fpga.sv"

0 comments on commit 0607f86

Please sign in to comment.