Skip to content

Commit 0f38588

Browse files
Reset GDS and XML filenames to empty strings
Cleared filenames for GDS and XML input files.
1 parent 6b00ba5 commit 0f38588

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/palace_model.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222

2323
# ===================== input files and path settings =======================
2424

25-
gds_filename = "line_simple_viaport.gds" # geometries
25+
gds_filename = "" # geometries
2626
gds_cellname = "" # optional name of cell, empty string to load always top cell
2727

28-
XML_filename = "SG13G2_nosub.xml" # stackup
28+
XML_filename = "" # stackup
2929

3030
# get path for this simulation file
3131
script_path = utilities.get_script_path(__file__)
@@ -119,4 +119,4 @@
119119
os.chdir(sim_path)
120120
subprocess.run(run_command, shell=True)
121121
except:
122-
print(f"Unable to run Palace using command ",run_command)
122+
print(f"Unable to run Palace using command ",run_command)

0 commit comments

Comments
 (0)