Skip to content

Commit

Permalink
try to change top
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Sep 21, 2024
1 parent ae53899 commit b15c013
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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_ProcessorTop_UP5KDemo
hierarchy -top neorv32_top
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 ./../rtl/neorv32_top.vhd
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b15c013

Please sign in to comment.