Skip to content

Commit b3ad618

Browse files
committed
[docs] IO switch, correct typo neorv323_package.vhd -> neorv32_package.vhd
1 parent 7ab2150 commit b3ad618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/datasheet/soc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ corresponds to the according access type, i.e. instruction fetch bus fault, load
548548
The IO switch further decodes the address when accessing the processor-internal IO/peripheral devices and forwards
549549
the access request to the according module. Note that a total address space size of 256 bytes is assigned to each
550550
IO module in order to simplify address decoding. The IO-specific address map is also defined in the main VHDL
551-
package file (`rtl/core/neorv323_package.vhd`).
551+
package file (`rtl/core/neorv32_package.vhd`).
552552

553553
.Exemplary Cut-Out from the IO Address Map
554554
[source,vhdl]

0 commit comments

Comments
 (0)