Skip to content

Commit

Permalink
[rtl] minor assertion typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Nov 18, 2023
1 parent 5a827ea commit bfc4b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/core/neorv32_top.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ begin

-- say hello --
assert false report
"The NEORV32 RISC-V Processor by Stephan Nolting," &
"The NEORV32 RISC-V Processor by Stephan Nolting, " &
"version 0x" & to_hstring32_f(hw_version_c) & ", " &
"github.com/stnolting/neorv32" severity note;

Expand Down

0 comments on commit bfc4b60

Please sign in to comment.