[skip ci] make dco libs in example folder for consistency

This commit is contained in:
Harrison Liew
2019-09-26 22:47:17 -07:00
parent e7e229a416
commit 8fffc1c670
5 changed files with 6 additions and 6 deletions

View File

@@ -76,11 +76,11 @@ vlsi.technology.extra_libraries_meta: ["append", "deepsubst"]
vlsi.technology.extra_libraries: vlsi.technology.extra_libraries:
- library: - library:
nldm liberty file_deepsubst_meta: "local" nldm liberty file_deepsubst_meta: "local"
nldm liberty file: "extra_libraries/dco/ExampleDCO_PVT_0P63V_100C.lib" nldm liberty file: "extra_libraries/example/ExampleDCO_PVT_0P63V_100C.lib"
lef file_deepsubst_meta: "local" lef file_deepsubst_meta: "local"
lef file: "extra_libraries/dco/ExampleDCO.lef" lef file: "extra_libraries/example/ExampleDCO.lef"
gds file_deepsubst_meta: "local" gds file_deepsubst_meta: "local"
gds file: "extra_libraries/dco/ExampleDCO.gds" gds file: "extra_libraries/example/ExampleDCO.gds"
corner: corner:
nmos: "slow" nmos: "slow"
pmos: "slow" pmos: "slow"
@@ -90,11 +90,11 @@ vlsi.technology.extra_libraries:
GND: "0 V" GND: "0 V"
- library: - library:
nldm liberty file_deepsubst_meta: "local" nldm liberty file_deepsubst_meta: "local"
nldm liberty file: "extra_libraries/dco/ExampleDCO_PVT_0P77V_0C.lib" nldm liberty file: "extra_libraries/example/ExampleDCO_PVT_0P77V_0C.lib"
lef file_deepsubst_meta: "local" lef file_deepsubst_meta: "local"
lef file: "extra_libraries/dco/ExampleDCO.lef" lef file: "extra_libraries/example/ExampleDCO.lef"
gds file_deepsubst_meta: "local" gds file_deepsubst_meta: "local"
gds file: "extra_libraries/dco/ExampleDCO.gds" gds file: "extra_libraries/example/ExampleDCO.gds"
corner: corner:
nmos: "fast" nmos: "fast"
pmos: "fast" pmos: "fast"