use simple TB as top (just testing...)

This commit is contained in:
stnolting 2024-09-25 20:34:17 +02:00
parent c940d8fbaa
commit d571e11d47
3 changed files with 3 additions and 4 deletions

View file

@ -1 +1 @@
hierarchy -top neorv32_top
hierarchy -top neorv32_tb_simple

View file

@ -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

View file

@ -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