Crate libreda_pnr[][src]

ASIC place-and-route framework.

This crate contains interface definitions for place-and-route related algorithms.

Re-exports

pub use libreda_db;

Modules

db

The prelude helps to import most commonly used modules.

legalize

Interface definitions for legalization engines (also known as detail placement).

place

Interface definitions for placement related algorithms.

route

Interface definitions for routing related algorithms.

util

Collection of utility functions.