mirror of https://github.com/efabless/caravel.git
changed cloning pt libs to the new repo
This commit is contained in:
parent
661b2c720f
commit
fe2f5678aa
|
@ -139,7 +139,7 @@ def run_sta(caravel_root, mcw_root, pt_lib_root, log_dir, signoff_dir, design):
|
||||||
[
|
[
|
||||||
"git",
|
"git",
|
||||||
"clone",
|
"clone",
|
||||||
"git@github.com:efabless/mpw-2-sta-debug.git",
|
"git@github.com:efabless/pt_libs.git",
|
||||||
],
|
],
|
||||||
cwd=f"{caravel_root}/scripts",
|
cwd=f"{caravel_root}/scripts",
|
||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
|
@ -443,7 +443,7 @@ if __name__ == "__main__":
|
||||||
sta_p = run_sta(
|
sta_p = run_sta(
|
||||||
caravel_root,
|
caravel_root,
|
||||||
mcw_root,
|
mcw_root,
|
||||||
f"{caravel_root}/scripts/mpw-2-sta-debug/pt_libs",
|
f"{caravel_root}/scripts/pt_libs",
|
||||||
log_dir,
|
log_dir,
|
||||||
signoff_dir,
|
signoff_dir,
|
||||||
design,
|
design,
|
||||||
|
|
Loading…
Reference in New Issue