update sta code to accomodate LVF and write_spice changes latest on 3/25

Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
This commit is contained in:
dsengupta0628 2026-03-26 00:38:13 +00:00
parent 4238a057dd
commit 17febe2c48
2 changed files with 2 additions and 2 deletions

View File

@ -444,7 +444,7 @@ else()
include(FetchContent)
FetchContent_Declare(fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
GIT_TAG 10.2.1
GIT_TAG 11.0.2
)
FetchContent_MakeAvailable(fmt)
endif()

View File

@ -42,7 +42,7 @@ close $subckt_fh
# C++ WritePathSpice code paths.
write_path_spice \
-path_args {-sort_by_slack} \
-spice_directory $spice_dir \
-spice_file [file join $spice_dir path] \
-lib_subckt_file $subckt_file \
-model_file $model_file \
-power VDD \