Skip to content

Commit 81c1ea7

Browse files
authored
Correct typo neorv323_package -> neorv32_package (#1379)
2 parents 9796bb3 + b3ad618 commit 81c1ea7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/datasheet/soc.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ See section <<_dual_core_configuration>> for more information.
509509

510510
The central bus gateway serves two purposes: it **redirects** accesses to the according modules (e.g. memory accesses
511511
vs. memory-mapped IO accesses) and also **monitors** all bus transactions. The redirection of access request is based on a
512-
customizable memory map implemented via VHDL constants in the main package file (`rtl/core/neorv323_package.vhd`):
512+
customizable memory map implemented via VHDL constants in the main package file (`rtl/core/neorv32_package.vhd`):
513513

514514
.Main Address Regions Configuration in the VHDL Package File
515515
[source,vhdl]
@@ -527,7 +527,7 @@ Besides the redirecting of bus requests the gateway also implements a **bus moni
527527
tracks all bus transactions to ensure _safe_ and _deterministic_ operations. Whenever a memory-mapped device is
528528
accessed the bus monitor starts an internal countdown. The accessed module has to respond ("ACK") to the bus request
529529
within a bound **time window**. This time window is defined by a global constant in the processor's VHDL package
530-
file (`rtl/core/neorv323_package.vhd`):
530+
file (`rtl/core/neorv32_package.vhd`):
531531

532532
.Global Bus Timeout Configuration
533533
[source,vhdl]
@@ -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)