* 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:
parent
c87d59256d
commit
b09ad0c40a
|
@ -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 ()
|
||||
|
||||
|
|
Loading…
Reference in New Issue