coriolis/documentation/examples/scripts
Jean-Paul Chaput 41c9959e30 Added support for diagonal wires (45° and 135°)
* New: In Hurricane::Diagonal, new object to represent 45° and 135°
    segments (X routing). Althought they have source & target, they
    are not articulated like Horizontal & Vertical, due to the
    combined displacement of X and Y (diagonal).
      Maybe we should create a common class for all the polygons
    to make "::getContour()" a method.
      Now we could represent self capacitances and high frequency
    wires.
2018-05-07 13:46:44 +02:00
..
.coriolis2 Added netlist & tool engines to Hurricane+Python tutorial. 2018-03-18 23:28:49 +01:00
CMakeLists.txt Added first suppport for Polygons (Triangles). 2018-03-20 11:49:04 +01:00
diagonals.py Added support for diagonal wires (45° and 135°) 2018-05-07 13:46:44 +02:00
fulladder.py Added netlist & tool engines to Hurricane+Python tutorial. 2018-03-18 23:28:49 +01:00
invertor.py Added netlist & tool engines to Hurricane+Python tutorial. 2018-03-18 23:28:49 +01:00
polygons.py Added support for huge approximated polygons (for photonics). 2018-05-04 17:06:41 +02:00
toolengines.py Added netlist & tool engines to Hurricane+Python tutorial. 2018-03-18 23:28:49 +01:00