You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,13 @@ Enter the directory `RI5CY-sameIF/tb/core` and modify the Makefile. In particula
46
46
47
47
Modify variable `MEM_TYPE` inside the Makefile to build the desired memory type.
48
48
Available memories:
49
-
- Standard memory (STD_MEM)
50
-
- Standard memory with LiM functionalities (LIM_MEM)
51
-
- Racetrack memory with LiM functionalities (RT_LIM_MEM)
49
+
- Standard memory (MEM_TYPE = STD_MEM)
50
+
- Standard memory with LiM functionalities (MEM_TYPE = LIM_MEM)
51
+
- Racetrack memory with LiM functionalities (MEM_TYPE = RT_LIM_MEM)
52
52
53
-
Racetrack memory supports two different modes, set the correct parameter `MEM_MODE`in file `RI5CY-sameIF/tb/core/tb_tob.sv` to choose the wanted configuration:
54
-
- Memory mode (MEM_MODE = 0)
55
-
- LiM mode (MEM_MODE = 1)
53
+
Racetrack memory supports two different modes, modify variable `MEM_MODE`inside the Makefile to choose the wanted configuration:
0 commit comments