mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
Sky130 tests will use 1 spare row and col
This commit is contained in:
@@ -10,6 +10,10 @@ word_size = 2
|
||||
num_words = 16
|
||||
|
||||
tech_name = OPTS.tech_name
|
||||
if tech_name == "sky130":
|
||||
num_spare_cols = 1
|
||||
num_spare_rows = 1
|
||||
|
||||
output_name = "sram"
|
||||
|
||||
analytical_delay = False
|
||||
|
||||
Reference in New Issue
Block a user