@@ -509,7 +509,7 @@ See section <<_dual_core_configuration>> for more information.
509509
510510The central bus gateway serves two purposes: it **redirects** accesses to the according modules (e.g. memory accesses
511511vs. 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
527527tracks all bus transactions to ensure _safe_ and _deterministic_ operations. Whenever a memory-mapped device is
528528accessed the bus monitor starts an internal countdown. The accessed module has to respond ("ACK") to the bus request
529529within 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
548548The IO switch further decodes the address when accessing the processor-internal IO/peripheral devices and forwards
549549the access request to the according module. Note that a total address space size of 256 bytes is assigned to each
550550IO 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