Module libreda_pnr::place::stdcell_cascade_placer
source · [−]Expand description
A cascade placer uses a chain of placement algorithms to subsequently refine the placement. For example the first stage finds a rough initial placement that will be used as the initial state for the optimization in the second stage.
Structs
A pipeline of placers. The result of the first stage is used as the initial placement for the next stage.