Skip to content

Commit

Permalink
[linty] auto-gen *.ys files
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Oct 5, 2024
1 parent fabbb82 commit 7424952
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 51 deletions.
1 change: 0 additions & 1 deletion .github/linty_hierarchy.ys

This file was deleted.

50 changes: 0 additions & 50 deletions .github/linty_read.ys

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/Linty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ jobs:
echo "sonar.projectKey=neorv32" > $GITHUB_WORKSPACE/sonar-project.properties
echo "sonar.sources=./rtl/core,./sim" >> $GITHUB_WORKSPACE/sonar-project.properties
- name: Create linty_read.ys
run: |
cp $GITHUB_WORKSPACE/rtl/file_list_soc.f $GITHUB_WORKSPACE/.github/linty_read.ys
sed -i 's/NEORV32_RTL_PATH_PLACEHOLDER/verific -work neorv32 -vhdl .\/..\/rtl/g' $GITHUB_WORKSPACE/.github/linty_read.ys
echo "verific -L neorv32 -vhdl ./../rtl/core/neorv32_top.vhd" >> $GITHUB_WORKSPACE/.github/linty_read.ys
- name: Create linty_hierarchy.ys
run: |
echo "hierarchy -top neorv32_top" > $GITHUB_WORKSPACE/.github/linty_hierarchy.ys
- name: Cache
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 7424952

Please sign in to comment.