|
IRON 1.0
|


Public Member Functions | |
| make_placement (self, Device device, Runtime rt, list[Worker] workers, list[ObjectFifoHandle] object_fifos) | |
Placer is an abstract class to define the interface between the Program and the Placer.
| iron.placers.Placer.make_placement | ( | self, | |
| Device | device, | ||
| Runtime | rt, | ||
| list[Worker] | workers, | ||
| list[ObjectFifoHandle] | object_fifos | ||
| ) |
Assign placement informatio to a program.
Args:
device (Device): The device to use for placement.
rt (Runtime): The runtime information for the program.
workers (list[Worker]): The workers included in the program.
object_fifos (list[ObjectFifoHandle]): The object fifos used by the program.
Reimplemented in iron.placers.SequentialPlacer.