From 2b5013fd69741eae1bbef7d74ef606b154cf0e59 Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 26 May 2021 13:53:36 -0700 Subject: [PATCH] Config example changes --- compiler/example_configs/sky130_sram_1kbyte_1r1w_8x1024_8.py | 2 +- compiler/example_configs/sky130_sram_common.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/compiler/example_configs/sky130_sram_1kbyte_1r1w_8x1024_8.py b/compiler/example_configs/sky130_sram_1kbyte_1r1w_8x1024_8.py index 5d86dff6..6462032e 100644 --- a/compiler/example_configs/sky130_sram_1kbyte_1r1w_8x1024_8.py +++ b/compiler/example_configs/sky130_sram_1kbyte_1r1w_8x1024_8.py @@ -8,7 +8,7 @@ num_words = 1024 human_byte_size = "{:.0f}kbytes".format((word_size * num_words)/1024/8) # Allow byte writes -write_size = 8 # Bits +#write_size = 8 # Bits # Dual port num_rw_ports = 0 diff --git a/compiler/example_configs/sky130_sram_common.py b/compiler/example_configs/sky130_sram_common.py index 0e3443b1..8efc8f10 100644 --- a/compiler/example_configs/sky130_sram_common.py +++ b/compiler/example_configs/sky130_sram_common.py @@ -9,7 +9,8 @@ nominal_corner_only = True # Local wordlines have issues with met3 power routing for now #local_array_size = 16 -#route_supplies = False +#route_supplies = "ring" +route_supplies = "left" check_lvsdrc = True #perimeter_pins = False #netlist_only = True