-
Hi!
im trying to add spice models into the skywater open source pdk
https://github.com/gdsfactory/skywater130/issues/16
what is the format for loading spice simulations in pyspice?
@proppy
-
**Describe the bug**
Port.layer returns an int to the KLayout layer instead of `gf.typings.Layer`. This seems a bit funny.
**To Reproduce**
For example,
```python
import gdsfactory as gf
c =…
-
Hi, thanks for the amazing work
I wanted to bring up a couple of things:
* I noticed the repository size is currently 300M with 140M in .git, so if you are not planning to squash all commits and lo…
-
It is required for some applications, after the initial meshing, to remesh according to the result of simulations
[Earlier versions of this code](https://gdsfactory.github.io/gdsfactory/notebooks/m…
-
Add level of Devices
![image](https://user-images.githubusercontent.com/1484241/145607536-7325205a-9195-41b1-baf0-5357e769a79b.png)
-
I created a thread to discuss the integration of Klayout export function in LAYGO2.
My suggestion is as follows:
1) implement klayout.py which exports a string of 'python code' that can be used in K…
jdhan updated
2 years ago
-
I've got KLayout open and some gdsfactory code in python:
```
c = gf.Component()
c.add_polygon([(-8, -6), (6, 8), (7, 17), (9, 5)], layer=(1, 0))
c.plot()
c.show()
```
I installed the klive pl…
-
The notebook has some issues since last release that I can't fully understand
https://gdsfactory.github.io/gdsfactory/notebooks/rib_strip_autotransition.html
@tvt173
-
## Expected Behavior
@atorkmabrains Should be able to instantiate devices from sky130 pdk into klayout
## Actual Behavior
Instances from sky130 pdk are not available in klayout when invoked as p…
-
Is there any scikit-rf function that provides the schematic representation of the circuit other than the one provided by Circuit.plot_graph()?