Example standard-cell placement engine for the LibrEDA-Rust framework. This placement algorithm simulates the movement of electric charges that are sparsely connected by springs (wires).
Go to file
Thomas Kramer abdf199961 parvec: fix l2_norm, missing sqrt() 2023-11-28 20:01:30 +01:00
.reuse REUSE compliance. 2022-05-11 15:58:34 +02:00
LICENSES REUSE compliance. 2022-05-11 15:58:34 +02:00
doc REUSE compliance. 2022-05-11 15:58:34 +02:00
src parvec: fix l2_norm, missing sqrt() 2023-11-28 20:01:30 +01:00
.gitignore REUSE compliance. 2022-05-11 15:57:16 +02:00
Cargo.toml nesterov solver for argmin 2023-11-26 19:06:54 +01:00
LICENSE Initial commit 2020-11-29 21:08:53 +01:00
README.md REUSE compliance. 2022-05-11 15:57:16 +02:00

README.md

electron-placer

This crate contains multiple example placement engines for the LibrEDA-Rust framework. The some placement algorithms implemented in this crate simulate the movement of electric charges which are hold together by the net connectivity.

See the documentation for more information.

Documentation

Build and open the documentation with cargo:

cargo doc --open

Or find it here.