mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-28 09:06:25 +02:00
Increase size for warning of column mux limit
This commit is contained in:
@@ -92,7 +92,7 @@ class sram_config:
|
||||
elif tentative_num_cols < 6*word_size:
|
||||
return 4
|
||||
else:
|
||||
if tentative_num_cols > 10*word_size:
|
||||
if tentative_num_cols > 16*word_size:
|
||||
debug.warning("Reaching column mux size limit. Consider increasing above 8-way.")
|
||||
return 8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user