mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 13:47:33 -04:00
use simple TB as top (just testing...)
This commit is contained in:
parent
c940d8fbaa
commit
d571e11d47
3 changed files with 3 additions and 4 deletions
2
.github/linty_hierarchy.ys
vendored
2
.github/linty_hierarchy.ys
vendored
|
@ -1 +1 @@
|
|||
hierarchy -top neorv32_top
|
||||
hierarchy -top neorv32_tb_simple
|
||||
|
|
2
.github/linty_read.ys
vendored
2
.github/linty_read.ys
vendored
|
@ -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
.github/workflows/Linty.yml
vendored
3
.github/workflows/Linty.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue