coriolis/oroshi/python
Jean-Paul Chaput 057501a8df Capacitor & resistor integration in the Slicing Tree.
* New: In Karakaze/Oceane.py, now also read capacitor & resistors parameters.
    In AnalogDesign.readParameters(), get the capacitor parameters from
    Oceane into the "device spec" (dspec). Translate form OSI unit to
    Coriolis units (F -> pF).
* Bug: In Bora::NodeSets::create(), Capacitor matrix parameters where never
    read due to a misplaced curly brace (at the matrixRange dynamic_cast<>
    test).
* Change: In Bora/PyDSlicingNode, now check that the parameter is either
    a StepParameterRange or a MatrixParameterRange.
      Also add a check that the Instance name exists...
* Bug: In Bora::SlicingPlotWidget::updateSelectedPoint(), as we display
    only the transistor parameters in dynamic labels, do not forget to
    skip resistor and capacitor. Otherwise we end up in out of bound
    access in the vector of labels.
2020-01-23 14:07:19 +01:00
..
CMakeLists.txt Added nun-unit capacitor & single routed capacitor. 2019-12-12 14:29:57 +01:00
CapacitorMatrix.py Capacitor & resistor integration in the Slicing Tree. 2020-01-23 14:07:19 +01:00
CapacitorRouted.py First integration of Resistors (straight & snake). 2019-12-12 14:23:35 +01:00
CapacitorRoutedSingle.py Capacitor & resistor integration in the Slicing Tree. 2020-01-23 14:07:19 +01:00
CapacitorUnit.py Capacitor & resistor integration in the Slicing Tree. 2020-01-23 14:07:19 +01:00
CapacitorVRTracks.py Capacitor & resistor integration in the Slicing Tree. 2020-01-23 14:07:19 +01:00
MultiCapacitor.py Capacitor & resistor integration in the Slicing Tree. 2020-01-23 14:07:19 +01:00
NonUnitCapacitor.py Added nun-unit capacitor & single routed capacitor. 2019-12-12 14:29:57 +01:00
ParamsMatrix.py Added Resistor support. Completed Capacitor & Resistor support in Bora. 2019-11-12 02:21:03 +01:00
Resistor1.py First integration of Resistors (straight & snake). 2019-12-12 14:23:35 +01:00
ResistorSnake.py Added Resistor support. Completed Capacitor & Resistor support in Bora. 2019-11-12 02:21:03 +01:00
Rules.py Fixe bad Python exception catch for C-launched scripts. 2019-12-19 01:18:11 +01:00
Stack.py First stage in analog capacitor integration 2019-11-07 17:05:49 +01:00
WIP_CSP.py First stage in analog capacitor integration 2019-11-07 17:05:49 +01:00
WIP_DP.py First stage in analog capacitor integration 2019-11-07 17:05:49 +01:00
WIP_Transistor.py First stage in analog capacitor integration 2019-11-07 17:05:49 +01:00
__init__.py Anlog integration part I. Atomic devices support (transistors). 2018-10-01 16:52:17 +02:00
capacitor.ap First integration of Resistors (straight & snake). 2019-12-12 14:23:35 +01:00
capacitor.vst First integration of Resistors (straight & snake). 2019-12-12 14:23:35 +01:00