Mikolaj Wielgus
|
8f59319902
|
feat(autorouter/autorouter): Have separate ratsnest for each (principal) layer
|
2025-10-15 15:15:02 +02:00 |
Mikolaj Wielgus
|
cd73c766a5
|
refactor(topola-egui): Move storing principal layer to planar autoroute options
I've done some struct renaming while at it.
|
2025-10-13 21:38:47 +02:00 |
Mikolaj Wielgus
|
4c1a72dc1d
|
refactor(autorouter/autorouter): Put ratsnest in wrapper, mostly transparent for now
|
2025-10-13 00:32:53 +02:00 |
Mikolaj Wielgus
|
9a5b2095d5
|
feat(autorouter/autorouter): Implement germ of multilayer autorouting
|
2025-09-27 15:45:10 +02:00 |
Mikolaj Wielgus
|
c120a43d04
|
refactor(autorouter/presorter): Move some SCC code to new file
|
2025-09-25 16:42:00 +02:00 |
Mikolaj Wielgus
|
7c4bc87301
|
refactor(drawing/primitive): Rename Primitive<...> to PrimitiveRef<...> with its variants
|
2025-09-15 22:42:45 +02:00 |
Mikolaj Wielgus
|
1b485e81a6
|
feat(autorouter/permuter): Implement permutation by ratline cut
Not yet used, and can get stuck in an infinite loop, but the cut seems
to work.
|
2025-09-09 16:24:15 +02:00 |
Mikolaj Wielgus
|
fe7c258851
|
refactor(autorouter/permutator): Move presorting to new file, `presorter.rs`
|
2025-09-07 16:40:29 +02:00 |
Mikolaj Wielgus
|
12ee2f3984
|
refactor(autorouter/permutator): Move permuter code to new `permuter.rs` file
|
2025-09-06 23:59:45 +02:00 |