coriolis/knik/src
Jean-Paul Chaput 18405599e8 Added Python for FLUTE (for fast RSMT in HFNS).
* New: In flute, added a Python binding. Contains two methods: "readLUT()",
    to load the POWV9.dat and POST9.dat and "flute()" to build a RSMT.
    "flute()" takes a tuple of positions (themselves 2-uple) like:
        ( (x0,y0), (x1,y1,), ... (xN,yM) )
    and returns a tuple of 3-uple of branches:
        ( (n0,x0,y0), (n1,x1,y1), ... )
    In "flute.h", set the distance type (DTYPE) to int64_t to always
    accomodate DbU::Unit.
      As it now uses the Hurricane Python interface and the path utilities
    from CRL Core, move it's compilation *after* them (see build.conf in
    bootstrap).
2020-09-30 11:52:22 +02:00
..
knik Various typos correction (courtesy of G. Gouvine). 2019-07-30 13:13:57 +02:00
CMakeLists.txt Corrections to build under MacOS X. 2019-12-11 22:13:47 +01:00
Configuration.cpp * ./hurricane/src/hviewer, 2010-03-09 15:23:58 +00:00
Edge.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
Graph.cpp Added Python for FLUTE (for fast RSMT in HFNS). 2020-09-30 11:52:22 +02:00
GraphicKnikEngine.cpp Happy New Year 2018 ! Update license years... 2018-01-06 17:55:44 +01:00
HEdge.cpp Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
KnikEngine.cpp Groudwork for routing density driven placement. Compliance with clang 5.0.1. 2019-12-09 01:57:44 +01:00
LoadSolution.cpp Groudwork for routing density driven placement. Compliance with clang 5.0.1. 2019-12-09 01:57:44 +01:00
MatrixVertex.cpp Upgrade of Katana detailed router to support Arlet 6502. 2019-07-28 23:20:00 +02:00
NetExtension.cpp Happy New Year 2018 ! Update license years... 2018-01-06 17:55:44 +01:00
SlicingTree.cpp * ./hurricane/src/hviewer, 2010-03-09 15:23:58 +00:00
VEdge.cpp Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
Vertex.cpp In Knik::Vertex, the _flags member was uninitialized. 2016-04-22 22:55:26 +02:00
knikRefactor.conf * ./hurricane/src/hviewer, 2010-03-09 15:23:58 +00:00