Skip to content

Commit

Permalink
exclude sva checker from lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani committed Mar 13, 2024
1 parent d941697 commit fe27e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/svlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Generate filelist
run: |
bundle exec flgen --out all.f pzbcm.list.rb pzcorebus.list.rb pzhsbus.list.rb pzvbus.list.rb
bundle exec flgen --out all.f --define-macro=PZCOREBUS_DISABLE_SVA_CHECKER pzbcm.list.rb pzcorebus.list.rb pzhsbus.list.rb pzvbus.list.rb
sed -i 's|${{ github.workspace }}|${PZBCM_HOME}|g' all.f
- name: Run svlint
Expand Down

0 comments on commit fe27e26

Please sign in to comment.