I'm designing an interface board which will take a socketed processor dev board, and provide a layout of 6-8 separate connectors (with some minor support circuitry) for interfacing with outside systems. In this situation, the processor board has tons of spare GPIO pins, and the circuit really doesn't care which pins go to which connectors.
So for example, if the GPIO pins are numbered 1-10, and the connectors J1-6, I really have no concern whether it's GPIO 4, 5, 6, or any other pin that goes to J2, so long as one of them does, and does so exclusively. (I will simply change that function's pin assignment in software to match the resulting board layout.)
Is there any way to represent this kind of design flexibility in the schematic, so that the auto-router can select from the available pin group to make more intelligent dynamic decisions when placing components and traces?
Thanks in advance.
