mirror of https://github.com/efabless/caravel.git
fixed typo
This commit is contained in:
parent
c934426903
commit
0d25187693
|
@ -39,7 +39,7 @@ def run_drc(caravel_root, log_dir, signoff_dir, pdk_root, design):
|
|||
"python3",
|
||||
"klayout_drc.py",
|
||||
"-g",
|
||||
f"{caravel_root}/gds/{design}",
|
||||
f"{caravel_root}/gds/{design}.gds",
|
||||
"-l",
|
||||
f"{log_dir}",
|
||||
"-s",
|
||||
|
|
Loading…
Reference in New Issue