There was an error while loading. Please reload this page.
1 parent 6b00ba5 commit 0f38588Copy full SHA for 0f38588
1 file changed
scripts/palace_model.py
@@ -22,10 +22,10 @@
22
23
# ===================== input files and path settings =======================
24
25
-gds_filename = "line_simple_viaport.gds" # geometries
+gds_filename = "" # geometries
26
gds_cellname = "" # optional name of cell, empty string to load always top cell
27
28
-XML_filename = "SG13G2_nosub.xml" # stackup
+XML_filename = "" # stackup
29
30
# get path for this simulation file
31
script_path = utilities.get_script_path(__file__)
@@ -119,4 +119,4 @@
119
os.chdir(sim_path)
120
subprocess.run(run_command, shell=True)
121
except:
122
- print(f"Unable to run Palace using command ",run_command)
+ print(f"Unable to run Palace using command ",run_command)
0 commit comments