topola/src/autorouter
Mikolaj Wielgus c120a43d04 refactor(autorouter/presorter): Move some SCC code to new file 2025-09-25 16:42:00 +02:00
..
autoroute.rs feat(autorouter/permuter): Implement permutation by ratline cut 2025-09-09 16:24:15 +02:00
autorouter.rs feat(autorouter/ratsnest): Have ratlines across layers 2025-09-23 13:25:32 +02:00
compare_detours.rs refactor(autorouter/ratsnest): Split out ratline code to new file, ratline.rs 2025-07-14 13:26:38 +02:00
conncomps.rs feat(autorouter/ratsnest): Have ratlines across layers 2025-09-23 13:25:32 +02:00
execution.rs refactor(autorouter/autoroute): Move permutator to new file, `permutator.rs` 2025-09-05 12:33:15 +02:00
history.rs feat(autorouter/autoroute): Record band assigns so undo actually works 2025-07-17 21:08:42 +02:00
invoker.rs refactor(autorouter/autoroute): Move permutator to new file, `permutator.rs` 2025-09-05 12:33:15 +02:00
measure_length.rs feat(topola-egui): Add progress bar for the currently routed ratline 2025-07-10 22:38:46 +02:00
mod.rs refactor(autorouter/presorter): Move some SCC code to new file 2025-09-25 16:42:00 +02:00
permutator.rs feat(autorouter/permuter): Implement permutation by ratline cut 2025-09-09 16:24:15 +02:00
permuter.rs refactor(autorouter/presorter): Move some SCC code to new file 2025-09-25 16:42:00 +02:00
place_via.rs feat(autorouter/autoroute): Record band assigns so undo actually works 2025-07-17 21:08:42 +02:00
pointroute.rs feat(autorouter/autoroute): Record band assigns so undo actually works 2025-07-17 21:08:42 +02:00
presorter.rs refactor(autorouter/presorter): Move some SCC code to new file 2025-09-25 16:42:00 +02:00
ratline.rs refactor(drawing/primitive): Rename Primitive<...> to PrimitiveRef<...> with its variants 2025-09-15 22:42:45 +02:00
ratsnest.rs fix(autorouter/ratsnest): Prioritize principal layer ratlines over others 2025-09-24 01:50:55 +02:00
remove_bands.rs feat(autorouter/autoroute): Record band assigns so undo actually works 2025-07-17 21:08:42 +02:00
scc.rs refactor(autorouter/presorter): Move some SCC code to new file 2025-09-25 16:42:00 +02:00
selection.rs refactor(graph): Rename `GetPetgraphIndex` to `GetIndex` 2025-09-15 22:42:45 +02:00