canfestival/canfestival.py
changeset 1846 14b40afccd69
parent 1834 cd42b426028b
child 1847 6198190bc121
equal deleted inserted replaced
1845:3abde7651c38 1846:14b40afccd69
   209             self._View.SetBusId(self.GetCurrentLocation())
   209             self._View.SetBusId(self.GetCurrentLocation())
   210 
   210 
   211         return result
   211         return result
   212 
   212 
   213     def GetVariableLocationTree(self):
   213     def GetVariableLocationTree(self):
   214         current_location = self.GetCurrentLocation()
       
   215         return GetSlaveLocationTree(self.CurrentNode,
   214         return GetSlaveLocationTree(self.CurrentNode,
   216                                     self.GetCurrentLocation(),
   215                                     self.GetCurrentLocation(),
   217                                     self.BaseParams.getName())
   216                                     self.BaseParams.getName())
   218 
   217 
   219     def CTNGenerate_C(self, buildpath, locations):
   218     def CTNGenerate_C(self, buildpath, locations):