diff --git a/cumulus/src/plugins/clocktree/ClockTree.py b/cumulus/src/plugins/clocktree/ClockTree.py index c4adf574..a5b9a854 100755 --- a/cumulus/src/plugins/clocktree/ClockTree.py +++ b/cumulus/src/plugins/clocktree/ClockTree.py @@ -110,7 +110,7 @@ class HTree ( GaugeConfWrapper ): self.area = area self.childs = [] self._getBufferIo() - self.tieCell = self.framework.getCell( 'tie_x0', CRL.Catalog.State.Views ) + self.tieCell = self.framework.getCell( 'rowend_x0', CRL.Catalog.State.Views ) self.cellGauge = self.framework.getCellGauge() self.topBuffer = Instance.create( self.cell, 'ck_htree', self.bufferCell ) self.cloneds = [ self.cell ] diff --git a/mauka/src/InsertFeeds.cpp b/mauka/src/InsertFeeds.cpp index 452621bf..80873a54 100644 --- a/mauka/src/InsertFeeds.cpp +++ b/mauka/src/InsertFeeds.cpp @@ -1,15 +1,9 @@ - // -*- C++ -*- // // This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2010, All Rights Reserved +// Copyright (c) UPMC 2008-2014, All Rights Reserved // -// =================================================================== -// -// $Id$ -// -// x-----------------------------------------------------------------x -// | | +// +-----------------------------------------------------------------+ // | C O R I O L I S | // | M a u k a - P l a c e r | // | | @@ -17,15 +11,12 @@ // | E-mail : Jean-Paul.Chaput@asim.lip6.fr | // | =============================================================== | // | C++ Module : "./InsertFeeds.cpp" | -// | *************************************************************** | -// | U p d a t e s | -// | | -// x-----------------------------------------------------------------x +// +-----------------------------------------------------------------+ -#include "hurricane/UpdateSession.h" -#include "crlcore/ToolBox.h" -#include "mauka/MaukaEngine.h" +#include "hurricane/UpdateSession.h" +#include "crlcore/ToolBox.h" +#include "mauka/MaukaEngine.h" namespace {