Skip to content

Commit 564c484

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This folder contains all the RTL files of the Racetrack memory.
44

55
Memory organization
66
--------------------------
7-
In the following a brief insight of 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.
9-
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, hierarchically, the file `RT_32_8_4_MU` instantiates all the required Racetracks.
7+
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.
9+
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
1212
* Data Racetrack : stores standard Data

0 commit comments

Comments
 (0)