FreeCalypso > hg > freecalypso-schem2
diff venus/src/primitives @ 35:971c05950675
starpoints in core: commit to using pcb-rnd intnoconn
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 22 Nov 2021 09:54:48 +0000 |
parents | 1d2b57d4f1c9 |
children | 9309cebe07b8 |
line wrap: on
line diff
--- a/venus/src/primitives Mon Nov 22 03:25:55 2021 +0000 +++ b/venus/src/primitives Mon Nov 22 09:54:48 2021 +0000 @@ -8,7 +8,6 @@ capacitor numpins 2; inductor numpins 2; rlc_generic numpins 2; /* "any" RLC for matching network topologies */ -starpoint numpins 2; resistor_slot mapped_pins (side1, side2); transistor_slot mapped_pins (E, B, C); @@ -80,3 +79,10 @@ resistor_with_sense mapped_pins (side1_current, side1_sense, side2_current, side2_sense); + +/* + * The following primitives are entirely non-physical EDA artifacts + * for star routing. + */ +starpoint_2way numpins 2; +starpoint_3way numpins 3;