I'm doing a design where I'm doing lots of wiring, but not much else. It
would be useful to not have to express this in the schematic editor GUI,
because creating lots of pins ends up rather tedious and liable to get it
wrong. So I'm wondering if there's any way to import a netlist-like
representation into the schematic editor. For example:
J1 = hdr0.1(40);
J1[1] = RESETn
J1[2] = WRn
J1[3] = D0
J1[4] = D1
J2 = hdr2mm(20);
J2[1] = D0
J2[2] = D1
J2[13] = RESETn
I don't really care what the syntax is, but just want something less painful
than lots of clicking. Ideally I'd like this to import into the schematic -
each of these components is self-contained (no wiring between them, only
common net naming).
Is there any way of doing this? I suspect it could be done with a list of
.scr commands - maybe with some other language (Python?) to generate an
intermediate .scr. But I wondered if there was any existing solution?
Thanks
Theo