mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
try to change top
This commit is contained in:
parent
ae53899f59
commit
b15c013d98
3 changed files with 4 additions and 2 deletions
2
.github/linty_hierarchy.ys
vendored
2
.github/linty_hierarchy.ys
vendored
|
@ -1 +1 @@
|
|||
hierarchy -top neorv32_ProcessorTop_UP5KDemo
|
||||
hierarchy -top neorv32_top
|
||||
|
|
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 ./../rtl/neorv32_top.vhd
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
sonar.projectKey=neorv32
|
||||
sonar.sources=./rtl,./sim
|
||||
sonar.hdl.file.simulationPaths=./sim/**/*.vhd
|
||||
sonar.hdl.topModule=neorv32_ProcessorTop_UP5KDemo
|
||||
sonar.hdl.topModule=neorv32_top
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue