coriolis/kite/src
Jean-Paul Chaput f5020120bf Correct clock-tree building when used on a standalone block.
* Change: In Cumulus, in Configuration.py, in the horizontal & vertical
    wire creation adds new flags ExpandWidth to draw wires one lambda
    bigger than the minimal width (see ClockTree.py patch).
* Change: In Cumulus, In ClockTree.py, use non default width to draw
    wires of the H branch of the clock tree. This is to prevent them
    to be recognized as "manual global routing", which they are not
    and not event topologically compatible.
* Bug: In Kite, in BuildPowerRails, change the way clocks are detected
    when working on a single block (not a whole chip). Now look only
    in clock which are external and do not filter out already routed
    ones.
* Change: In KiteEngine, in createGlobalGraph(), systematically call
    flattenNets() so nets that are added after the first flattening
    in the placer are also flattened. The flattenNets() Cell method
    takes care of not flattening twice a net.
2015-03-03 11:11:22 +01:00
..
init Group all the user configuration file under a ".coriolis/" directory. 2014-09-27 17:40:35 +02:00
kite Etesian integration with Chip & ClockTree plugins. 2015-02-24 13:13:17 +01:00
BuildPowerRails.cpp Correct clock-tree building when used on a standalone block. 2015-03-03 11:11:22 +01:00
BuildPreRouteds.cpp Correct clock-tree building when used on a standalone block. 2015-03-03 11:11:22 +01:00
CMakeLists.txt Support for Windows/Cygwin, part 2. 2014-07-23 00:55:50 +02:00
Configuration.cpp Etesian integration with Chip & ClockTree plugins. 2015-02-24 13:13:17 +01:00
DataNegociate.cpp Kite is now deterministic, given a global routing. 2014-07-07 00:42:38 +02:00
GraphicKiteEngine.cpp Kite is now deterministic, given a global routing. 2014-07-07 00:42:38 +02:00
HorizontalTrack.cpp * ./kite: 2013-12-04 00:59:29 +00:00
KiteEngine.cpp Correct clock-tree building when used on a standalone block. 2015-03-03 11:11:22 +01:00
KiteMain.cpp Add NetRoutingState (Property) on Nets to tell Kite what to do. 2014-07-02 14:36:58 +02:00
Manipulator.cpp ExtensionCap support and source/target terminal flags in Katabatic & Kite. 2014-05-25 15:00:35 +02:00
NegociateWindow.cpp Kite is now deterministic, given a global routing. 2014-07-07 00:42:38 +02:00
PreProcess.cpp In protectCagedTerminal() check that the METAL3 track is free. 2014-07-03 00:26:15 +02:00
ProtectRoutingPads.cpp Bug fixes for MOSIS SCMOS_DEEP support. 2014-09-21 16:44:37 +02:00
PyGraphicKiteEngine.cpp Improved UpdateSession & exception catching. Start of RoutingGauge implem. 2014-04-20 19:30:07 +02:00
PyKite.cpp * ./kite: 2013-12-04 00:59:29 +00:00
PyKiteEngine.cpp Kite is now deterministic, given a global routing. 2014-07-07 00:42:38 +02:00
RoutingEvent.cpp Kite is now deterministic, given a global routing. 2014-07-07 00:42:38 +02:00
RoutingEventHistory.cpp * ./kite: 2013-12-04 00:59:29 +00:00
RoutingEventLoop.cpp * ./kite: 2013-12-04 00:59:29 +00:00
RoutingEventQueue.cpp Kite is now deterministic, given a global routing. 2014-07-07 00:42:38 +02:00
RoutingPlane.cpp Support of RoutingGauge, part 2. 2014-05-19 17:58:38 +02:00
SegmentFsm.cpp Various improvement & bug correction in Katabatic & Kite. 2014-09-14 18:54:10 +02:00
Session.cpp Implementation of pre-routing support (for clock-tree compliance). 2014-06-21 20:16:47 +02:00
Track.cpp Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
TrackCost.cpp Bug fixes for MOSIS SCMOS_DEEP support. 2014-09-21 16:44:37 +02:00
TrackElement.cpp Implementation of pre-routing support (for clock-tree compliance). 2014-06-21 20:16:47 +02:00
TrackElements.cpp * ./kite: 2013-12-04 00:59:29 +00:00
TrackFixedSegment.cpp * ./kite: 2013-12-04 00:59:29 +00:00
TrackMarker.cpp Support of RoutingGauge, part 2. 2014-05-19 17:58:38 +02:00
TrackSegment.cpp In Kite, Segments where not rescheduled in some cases of moveUp(). 2014-10-03 16:04:12 +02:00
TrackSegmentCost.cpp Support of RoutingGauge, part 2. 2014-05-19 17:58:38 +02:00
Tracks.cpp * ./kite: 2013-12-04 00:59:29 +00:00
VerticalTrack.cpp * ./kite: 2013-12-04 00:59:29 +00:00
kiteRefactor.conf * ./hurricane/src/hviewer, 2010-03-09 15:24:55 +00:00