Skip to content

Commit 459191f

Browse files
author
Gianluca Goti
committed
Updated README
1 parent 564c484 commit 459191f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RI5CY-sameIF/tb/core/RT_rtl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This folder contains all the RTL files of the Racetrack memory.
55
Memory organization
66
--------------------------
77
In the following a brief insight of the hierarchical architecture of the memory will be given.
8-
The Racetrack memory array is made up by multiple basic elements called Blocks, the required number of Blocks is istantiated automatically based on the memory size. the file `RT_memory` intantiates the required number of Blocks based on the memory parameters.
8+
The Racetrack memory array is made up by multiple basic elements called Blocks, the required number of Blocks is istantiated automatically based on the memory size. The file `RT_memory` intantiates the required number of Blocks based on the memory parameters.
99
Each block is internally divided in multiple Macro Units, 32x32 bits arrays composed by several Racetracks. The file `RT_block` instantiates the required number of Macro Units based on the memory parameters, then hierarchically the file `RT_32_8_4_MU` instantiates all the required Racetracks.
1010
The Racetrack has a 3D structure composed by four different Racetracks:
1111
* Logic Racetrack : computes and stores LiM results
@@ -19,7 +19,7 @@ The file `RT_32_8_4_line` instantiates all the basic Racetrack cells (`pNML_NAND
1919

2020
Memory architecture
2121
--------------------------
22-
The Racetrack array is instantiaed in the file `RT_memory` which wraps the raw memory core and adds surrounding logic for the correct functioning (i.e. `FSM` and `shifter` modules), this module includes also all the logic required for the LiM computations.
22+
The Racetrack array is instantiaed in the file `RT_memory`, which wraps the raw memory core and adds surrounding logic for the correct functioning (i.e. `FSM` and `shifter` modules), this module includes also all the logic required for the LiM computations.
2323

2424
<img src="./images/racetrack_array_arch.png" align="center" width="50%" height="50%">
2525

0 commit comments

Comments
 (0)