Skip to content

Commit

Permalink
use simple TB as top (just testing...)
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Sep 25, 2024
1 parent c940d8f commit d571e11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/linty_hierarchy.ys
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hierarchy -top neorv32_top
hierarchy -top neorv32_tb_simple
2 changes: 2 additions & 0 deletions .github/linty_read.ys
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ verific -work neorv32 -vhdl ./../rtl/core/neorv32_debug_dm.vhd
verific -work neorv32 -vhdl ./../rtl/core/neorv32_top.vhd
verific -work neorv32 -vhdl ./../rtl/core/neorv32_application_image.vhd
verific -work neorv32 -vhdl ./../rtl/core/neorv32_bootloader_image.vhd

verific -L neorv32 -vhdl ./../sim/simple/neorv32_tb.simple.vhd
3 changes: 0 additions & 3 deletions .github/workflows/Linty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
env:
TABBY_CAD_LICENSE: ${{ secrets.TABBY_CAD_LICENSE }}

- name: Test
run: ls -al

- name: Debug
if: always()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d571e11

Please sign in to comment.