coriolis/oroshi/python
Jean-Paul Chaput a12d88040a Capacitor support, at last.
* Change: In Hurricane::DbU::setGridPerLambdas(), allow the grid per
    lambda to be even. Needed when using nsxlib libraries that are
    drawn using a "half lambda" (two lambdas to get an Alliance lambda).
* New: In Oroshi/python, integrated capacitors. Modifications and
    correction from Mariam's code:
    * No need to redefine __setattr__() on CapacitorUnit.
    * Pitch horizontally & vertically (symbolic routing tracks) the
      devices.
    * Put the horizontal access tracks on the routing pitch.
    * Sets the horitontal metal2 wires as external components and
      NOT the capacitor plates themselves.
    * Makes the size (plates) of the unit capacitor a multiple of
      the foundry grid, not a floating number...
    * Correct the net ownership of horizontal tracks in
      drawHRoutingTracks().
    * Simplification & put error management directly inside of
      __isCapacitorUnitOK__().
* New: In Karakaze/python/AnalogDesign, capacitor spec now include
    the dummy parameter.
2020-03-15 17:56:09 +01:00
..
CMakeLists.txt Added nun-unit capacitor & single routed capacitor. 2019-12-12 14:29:57 +01:00
CapacitorMatrix.py Capacitor support, at last. 2020-03-15 17:56:09 +01:00
CapacitorRouted.py Capacitor support, at last. 2020-03-15 17:56:09 +01:00
CapacitorRoutedSingle.py Capacitor support, at last. 2020-03-15 17:56:09 +01:00
CapacitorUnit.py Capacitor support, at last. 2020-03-15 17:56:09 +01:00
CapacitorVRTracks.py Capacitor support, at last. 2020-03-15 17:56:09 +01:00
MultiCapacitor.py Capacitor support, at last. 2020-03-15 17:56:09 +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