Skip to content

Commit 8f39a50

Browse files
committed
nangate45: fix .cfg file for generating rams / update .lef .lib for fakeram45_32x64
Signed-off-by: Arthur Koucher <[email protected]>
1 parent e1ec4b1 commit 8f39a50

File tree

3 files changed

+249
-333
lines changed

3 files changed

+249
-333
lines changed

flow/platforms/nangate45/fakeram.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# List of SRAM configurations (name, width, depth, and banks)
4545
"srams": [
4646
{"name": "fakeram45_32x32", "width": 32, "depth": 32, "banks": 1},
47-
{"name": "fakeram45_32x64", "width": 64, "depth": 64, "banks": 1},
47+
{"name": "fakeram45_32x64", "width": 64, "depth": 32, "banks": 1},
4848
{"name": "fakeram45_64x7", "width": 7, "depth": 64, "banks": 1},
4949
{"name": "fakeram45_64x15", "width": 15, "depth": 64, "banks": 1},
5050
{"name": "fakeram45_64x21", "width": 21, "depth": 64, "banks": 1},

0 commit comments

Comments
 (0)