From d5f1dd9bcb6409d52dad279c007d306d7ccba6a3 Mon Sep 17 00:00:00 2001 From: Nayiri K Date: Thu, 9 Mar 2023 11:34:34 -0800 Subject: [PATCH] changed key from openram to sram22 --- vlsi/example-sky130.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlsi/example-sky130.yml b/vlsi/example-sky130.yml index 39a31c01..6afe22a1 100644 --- a/vlsi/example-sky130.yml +++ b/vlsi/example-sky130.yml @@ -7,7 +7,7 @@ vlsi.core.max_threads: 12 # Technology paths technology.sky130: sky130A: "/path/to/sky130A" - openram_lib: "/path/to/sky130_sram_macros" + sram22_sky130_macros: "/path/to/sram22_sky130_macros" # this key is OPTIONAL, no NDA files will be used if it does not point to a valid path sky130_nda: "/path/to/skywater-src-nda"