Skip to content

Commit

Permalink
revert top
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Sep 21, 2024
1 parent 41805dd commit 755f8fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hierarchy.ys
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hierarchy -top neorv32_top
hierarchy -top neorv32_ProcessorTop_UP5KDemo
2 changes: 1 addition & 1 deletion read.ys
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ 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/core/neorv32_top.vhd
verific -L neorv32 -vhdl ./rtl/processor_templates/neorv32_ProcessorTop_UP5KDemo.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_top
sonar.hdl.topModule=neorv32_ProcessorTop_UP5KDemo

0 comments on commit 755f8fa

Please sign in to comment.