clarifying that sky130_nda key is now optional

This commit is contained in:
Nayiri K
2022-09-28 16:13:48 -07:00
parent 1130d097ca
commit ca314e75e8

View File

@@ -6,9 +6,11 @@ vlsi.core.max_threads: 12
# Technology paths
technology.sky130:
sky130A: "/path-to-/sky130A"
openram_lib: "/path-to-/sky130_sram_macros"
sky130_nda: "/path-to-/skywater-src-nda"
sky130A: "/path/to/sky130A"
openram_lib: "/path/to/sky130_sram_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"
# General Hammer Inputs