Module libreda_pnr::place[][src]

Interface definitions for placement related algorithms.

Modules

cascade_placer

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.

stdcell_placer

Traits for simple placement engines that care about standard-cells only.