mirror of
https://codeberg.org/LibrEDA/libreda-pnr
synced 2026-05-29 00:05:41 +08:00
937 B
937 B
LibrEDA Place-and-Route
libreda-pnr defines the concepts of placement and routing algorithms for the LibrEDA framework. This includes mainly trait definitions for place and route algorithms. Implementations following this traits can easily be used together with the rest of the framework.
Implementations
Implementations of place and route algorithms are not included in this crate. Some can be found in the following list:
Placement and legalizaton
- electron-placer (written in Rust)
- Coloquinte (C bindings, statically linked)
Routing
- TritonRoute (subprocess called by passing LEF/DEF files)
- mycelium (written in Rust)