From b09ad0c40a50fbef366f21fce09619ddc38211a0 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Fri, 16 Nov 2012 12:50:44 +0000 Subject: [PATCH] * All Tools: - A complete sweep of cleanup to suppress allmost all compiler warnings. * ./cumulus/placeandroute.py: - Change: Uses the new "create()" method. --- cumulus/src/placeandroute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulus/src/placeandroute.py b/cumulus/src/placeandroute.py index eab1e717..34bed266 100644 --- a/cumulus/src/placeandroute.py +++ b/cumulus/src/placeandroute.py @@ -102,7 +102,7 @@ def pyPlaceGlue ( cell ) : - if core is None, the placement region will be the cell abox. - if core is a cell sub-instance, the placement region will be the sub-instance abox.''' - mauka = Mauka.create ( cell ) + mauka = Mauka.MaukaEngine.create ( cell ) mauka.run () temporarySave ()