Skip to content

Commit

Permalink
sram: use aspect ratios in the range of 0.25 to 4 at the most
Browse files Browse the repository at this point in the history
the extreme aspect ratio srams of 36 and 58 are now 1

Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Oct 28, 2024
1 parent 4f34ec0 commit ed27cba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ boom_tile_small_srams = {
},
"data_2048x8": {
"mock_area": 3.2,
"aspect_ratio": "58",
# "aspect_ratio": "58",
"core_utilization": "10",
},
"mem_256x4": {
"mock_area": 0.265,
"aspect_ratio": "36",
}, # close
# "aspect_ratio": "36",
},
}

boom_tile_rams = {
Expand Down

0 comments on commit ed27cba

Please sign in to comment.