topola/src/autorouter
Mikolaj Wielgus 62a4d6c413 refactor(drawing/drawing): Rename `.primitive(...)` to `.primitive_ref(...)` 2025-11-30 13:57:58 +01:00
..
anterouter.rs refactor(drawing/drawing): Rename `.primitive(...)` to `.primitive_ref(...)` 2025-11-30 13:57:58 +01:00
autorouter.rs feat(topola-egui): Add sliders to set autorouting timeouts (not fully translated yet) 2025-11-04 20:02:34 +01:00
compass_direction.rs feat(autorouter/anterouter): As second choice, anteroute fanouts in ordinal directions 2025-10-10 18:03:50 +02:00
connected_components.rs refactor(drawing/drawing): Rename `.primitive(...)` to `.primitive_ref(...)` 2025-11-30 13:57:58 +01:00
execution.rs feat(topola-egui): Display timeout of planar autoroute too 2025-11-04 17:15:27 +01: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/autorouter): Store ratlines in `BTreeSet` before ordering 2025-10-23 19:32:51 +02:00
measure_length.rs feat(topola-egui): Add way to access subprogress and subprogress bar 2025-11-01 02:40:25 +01:00
mod.rs refactor(autorouter/planar_reconfigurer): Use generic A* to find planar configurations 2025-11-18 18:42:34 +01:00
multilayer_autoroute.rs feat(autorouter/multilayer_reconfigurer): Use A* to search for multilayer configurations 2025-11-20 02:54:52 +01:00
multilayer_preconfigurer.rs fix(autorouter/multilayer_preconfigurer): Make ratline endpoint terminating dot on routed layer 2025-10-28 15:29:54 +01:00
multilayer_reconfigurator.rs feat(topola-egui): Add sliders to set autorouting timeouts (not fully translated yet) 2025-11-04 20:02:34 +01:00
multilayer_reconfigurer.rs feat(autorouter/multilayer_reconfigurer): Use A* to search for multilayer configurations 2025-11-20 02:54:52 +01:00
place_via.rs feat(topola-egui): Add way to access subprogress and subprogress bar 2025-11-01 02:40:25 +01:00
planar_autoroute.rs refactor(autorouter/planar_autoroute): Slightly reduce code duplication 2025-11-21 21:39:42 +01:00
planar_preconfigurer.rs feat(autorouter/multilayer_reconfigurer): Use A* to search for multilayer configurations 2025-11-20 02:54:52 +01:00
planar_reconfigurator.rs feat(topola-egui): Add sliders to set autorouting timeouts (not fully translated yet) 2025-11-04 20:02:34 +01:00
planar_reconfigurer.rs feat(autorouter/multilayer_reconfigurer): Use A* to search for multilayer configurations 2025-11-20 02:54:52 +01:00
pointroute.rs refactor(topola-egui): Move storing principal layer to planar autoroute options 2025-10-13 21:38:47 +02:00
ratline.rs feat(autorouter/multilayer_preconfigurer): At first autoroute ratlines on their layers 2025-10-28 00:08:07 +01:00
ratsnest.rs refactor(drawing/drawing): Rename `.primitive(...)` to `.primitive_ref(...)` 2025-11-30 13:57:58 +01:00
ratsnests.rs refactor(specctra-core): Remove `layer_count` from `SpecctraMesadata` 2025-10-20 14:24:41 +02:00
remove_bands.rs feat(topola-egui): Add way to access subprogress and subprogress bar 2025-11-01 02:40:25 +01:00
scc.rs refactor(autorouter/planar_reconfigurer): Use generic A* to find planar configurations 2025-11-18 18:42:34 +01:00
selection.rs refactor(graph): Rename `GetPetgraphIndex` to `GetIndex` 2025-09-15 22:42:45 +02:00