coriolis/oroshi/python
Jean-Paul Chaput 26610ba80c Fixe bad Python exception catch for C-launched scripts.
* In Hurricane::Viewer::Script::runFunction() & callFunction(), when the
    script returns NULL, do not immediately return but first check if an
    exception has been set. If so, print it *then* clear it.
      Due to not clearing the exception we where seeing one later with
    no relation to the true problem.
* In Oroshi/python/Rules.py, a bad test structure was discarting all the
    "no layer rule with physical length" in the loading process. It was
    blocked by the physical unit rule special cases.
2019-12-19 01:18:11 +01:00
..
CMakeLists.txt Added nun-unit capacitor & single routed capacitor. 2019-12-12 14:29:57 +01:00
CapacitorMatrix.py First integration of Resistors (straight & snake). 2019-12-12 14:23:35 +01:00
CapacitorRouted.py First integration of Resistors (straight & snake). 2019-12-12 14:23:35 +01:00
CapacitorRoutedSingle.py Added nun-unit capacitor & single routed capacitor. 2019-12-12 14:29:57 +01:00
CapacitorUnit.py First integration of Resistors (straight & snake). 2019-12-12 14:23:35 +01:00
CapacitorVRTracks.py First stage in analog capacitor integration 2019-11-07 17:05:49 +01:00
MultiCapacitor.py Added Resistor support. Completed Capacitor & Resistor support in Bora. 2019-11-12 02:21:03 +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