Skip to content

Commit

Permalink
not load SVA checker when running svlint
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani committed Feb 28, 2024
1 parent 2263c8e commit 35bba03
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 --define-macro=PZCOREBUS_DISABLE_SVA_CHECKER --out all.f 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 35bba03

Please sign in to comment.