mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Update to 12T for synthesis
This commit is contained in:
parent
b9480a4643
commit
dcb5005ba4
@ -3,7 +3,7 @@
|
|||||||
set CURRENT_DIR [exec pwd]
|
set CURRENT_DIR [exec pwd]
|
||||||
set search_path [list "./" ]
|
set search_path [list "./" ]
|
||||||
|
|
||||||
set s8lib ../addins/sky130_osu_sc_t18/18T_ms/lib
|
set s8lib ../addins/sky130_osu_sc_t12/12T_ms/lib
|
||||||
lappend search_path $s8lib
|
lappend search_path $s8lib
|
||||||
|
|
||||||
# Synthetic libraries
|
# Synthetic libraries
|
||||||
@ -12,7 +12,7 @@ set synthetic_library [list dw_foundation.sldb]
|
|||||||
# Set OKSTATE standard cell libraries
|
# Set OKSTATE standard cell libraries
|
||||||
set target_library [list]
|
set target_library [list]
|
||||||
|
|
||||||
lappend target_library sky130_osu_sc_18T_ms_TT_1P8_25C.ccs.db
|
lappend target_library sky130_osu_sc_12T_ms_TT_1P8_25C.ccs.db
|
||||||
|
|
||||||
# Set Link Library
|
# Set Link Library
|
||||||
set link_library "$target_library $synthetic_library"
|
set link_library "$target_library $synthetic_library"
|
||||||
|
Loading…
Reference in New Issue
Block a user