Fix saving order in cumulus/chip.py to get right core instance name.
This commit is contained in:
parent
1fb433d9ac
commit
e50426a5bc
|
@ -148,7 +148,7 @@ class Chip ( Block ):
|
|||
views = CRL.Catalog.State.Logical
|
||||
if self.conf.routingGauge.isSymbolic():
|
||||
views = views | CRL.Catalog.State.Physical
|
||||
super(Chip,self).save( flags )
|
||||
af = CRL.AllianceFramework.get()
|
||||
af.saveCell( self.conf.corona, views|flags )
|
||||
af.saveCell( self.conf.chip , views|flags )
|
||||
super(Chip,self).save( flags )
|
||||
|
|
Loading…
Reference in New Issue