topola/src/autorouter/mod.rs

17 lines
312 B
Rust

//! Manages autorouting process, under work for now
pub mod autoroute;
mod autorouter;
pub mod compare_detours;
pub mod execution;
pub mod history;
pub mod invoker;
pub mod measure_length;
pub mod place_via;
pub mod pointroute;
pub mod ratsnest;
pub mod remove_bands;
pub mod selection;
pub use autorouter::*;