New features development for IHP OpenPDK #876
Replies: 8 comments 1 reply
-
Yes, the CDL export implementation is technically possible. I will accept such extension. You have to implement something like |
Beta Was this translation helpful? Give feedback.
-
Also keep in mind that the |
Beta Was this translation helpful? Give feedback.
-
Just dreaming: Having pcells for various mm-wave components like T-lines, hybrids, etc. When entering parameters, an EM simulation can be triggered on an auto-generated layout, and the resulting S-parameters can be directly used for circuit simulation. If this works, it could be coupled with an optimizer algorithm to tune the circuit. |
Beta Was this translation helpful? Give feedback.
-
Considering the request presented in #849 maybe we could get some inspiration from the actually existing flows and PDKs. The good news is that all three are following the same structure. Would be welcome to have:
|
Beta Was this translation helpful? Give feedback.
-
Adding support of xschem symbols should be technically possible. Such extension would be accepted. Also look at Qucs/qucs#659 It defines XML device instead of hardcoded C++ devices.
Does Ngspice support environment variable? Otherwise this should be done at Qucs-S netlister level. It is again technically possible task.
Yes, this is planned as #867. I cannot exactly say when the works on this extension will be started.
Some extension of transcalc is planned as #354 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I thinks the Qucs/qucs#659 could be used as the starting point here. It implements adding XML devices in the left panel. It uses Qucs XML-like format, but could be implemented for true XML. |
Beta Was this translation helpful? Give feedback.
-
See also #1047 |
Beta Was this translation helpful? Give feedback.
-
As part of the IHP OpenPDK activities we are going to develop the interface with KLayout to enable such features as LVS, Schematic driven layout, etc.
As a first step we're looking to enable CDL netlist export from Qucs-S.
All these developments, of course, will be open source and we're open to suggestions and contributions as well.
This post has the main goal to start discussion and gather feedback (f.e. if somebody is already working on it, or has some nice ideas)
Beta Was this translation helpful? Give feedback.
All reactions