Skip to content

Commit 479eda2

Browse files
committed
better docs
1 parent cf28f36 commit 479eda2

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

notebooks/vlsir_netlist.ipynb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"id": "0",
66
"metadata": {},
77
"source": [
8-
"# VLSIR\n",
8+
"# Netlist export\n",
99
"\n",
10-
"Thanks to [VLSIR](https://github.com/Vlsir/Vlsir) you can parse for KLayout's gds-extracted netlist's and convert it to Spectre, Spice and Xyce simulator schematic file formats\n",
10+
"GDSFactory exports netlists in the form of gds-extracted netlist's and convert it to Spectre, Spice and Xyce simulator schematic file formats tHanks to the [VLSIR](https://github.com/Vlsir/Vlsir) library.\n",
1111
"\n",
1212
"\n",
1313
"## Simulator and Analysis Support\n",
@@ -127,14 +127,6 @@
127127
"gs.export_netlist(pkg, dest=out, fmt=\"spice\")\n",
128128
"print(out.getvalue())"
129129
]
130-
},
131-
{
132-
"cell_type": "code",
133-
"execution_count": null,
134-
"id": "10",
135-
"metadata": {},
136-
"outputs": [],
137-
"source": []
138130
}
139131
],
140132
"metadata": {

0 commit comments

Comments
 (0)