coriolis/hurricane/src
Jean-Paul Chaput 43629a6c1c Tweaking Layer & RoutingGauge management. Allow negative track indexes.
* Bug: In Hurricane python module, forgot to add the Segment type.
* Change: In Isobar/layer.getEnclosure() wrapper check and cast the Layer
    argument into BasicLayer.
* Change: In CRL::RoutingGauge::getLayerGauge(Layer*), getLayerType() and
    getLayerDirection() no longer check layer identity based on layer
    mask instead of just Layer* pointer. To allow a unified call wether
    the layer is real or symbolic.
* Change: In CRL::RoutingLayerGauge::getTrackIndex() and getTrackPositon(),
    no longer consider negative indexes as invalid and reset them to
    zero. The check for out of bound index is now left to Anabatic &
    Katana.
* Change: In CRL/RoutingGauge.getRoutingLayer() and getContactLayer(),
    more detailed error message.
* Change: In CRL/RoutingLayerGauge.getTrackIndex() and getTrackPosition(),
    indexes are now signed long instead of unsigned.
2019-05-10 11:52:42 +02:00
..
analog Analog integration part II. Analog place & route (slicing tree). 2018-10-18 18:10:01 +02:00
hurricane Bug: Compopent creation inside a Collection loop In Cell::flattenNets(). 2019-05-10 11:48:33 +02:00
isobar Tweaking Layer & RoutingGauge management. Allow negative track indexes. 2019-05-10 11:52:42 +02:00
viewer Bug fixes in Blif parser (no VHDL enforcement) & GDS driver. 2019-03-07 20:14:08 +01:00
CMakeLists.txt Anlog integration part I. Atomic devices support (transistors). 2018-10-01 16:52:17 +02:00