|
29 | 29 | --help -h Displays this help message.
|
30 | 30 | --layout=<layout_path> Specifies the file path of the input GDS file.
|
31 | 31 | --netlist=<netlist_path> Specifies the file path of the input netlist file.
|
32 |
| - --run_dir=<run_dir_path> Run directory to save all the generated results [default: pwd] |
| 32 | + --run_dir=<run_dir_path> Run directory to save all generated results [default: pwd] |
33 | 33 | --topcell=<topcell_name> Specifies the name of the top cell to be used.
|
34 |
| - --run_mode=<run_mode> Selects the allowed KLayout mode. (flat, deep). [default: flat] |
| 34 | + --run_mode=<run_mode> Selects allowed KLayout mode. (flat, deep). [default: flat] |
35 | 35 | --lvs_sub=<sub_name> Sets the substrate name used in your design.
|
36 | 36 | --no_net_names Omits net names in the extracted netlist.
|
37 | 37 | --spice_comments Includes netlist comments in the extracted netlist.
|
38 | 38 | --net_only Generates netlist objects only in the extracted netlist.
|
39 |
| - --no_simplify Disables simplification for both layout and schematic netlists. |
40 |
| - --no_series_res Prevents the simplification of series resistors for both layout and schematic netlists. |
41 |
| - --no_parallel_res Prevents the simplification of parallel resistors for both layout and schematic netlists. |
| 39 | + --no_simplify Disables simplification for both layout and schematic. |
| 40 | + --no_series_res Prevents simplification of series resistors for both layout and schematic. |
| 41 | + --no_parallel_res Prevents simplification of parallel resistors for both layout and schematic. |
42 | 42 | --combine_devices Enables device combination for both layout and schematic netlists.
|
43 | 43 | --top_lvl_pins Creates pins for top-level circuits in both layout and schematic netlists.
|
44 | 44 | --purge Removes unused nets from both layout and schematic netlists.
|
@@ -216,7 +216,7 @@ def generate_klayout_switches(arguments, layout_path, netlist_path):
|
216 | 216 | }
|
217 | 217 |
|
218 | 218 | return switches
|
219 |
| - |
| 219 | + |
220 | 220 |
|
221 | 221 | def build_switches_string(sws: dict):
|
222 | 222 | """
|
|
0 commit comments