* All Tools:

- A complete sweep of cleanup to suppress allmost all compiler warnings.

  * ./cumulus/placeandroute.py:
    - Change: Uses the new "create()" method.
This commit is contained in:
Jean-Paul Chaput 2012-11-16 12:50:44 +00:00
parent c87d59256d
commit b09ad0c40a
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()