mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
Some simulation demos curtesy of Holger Vogt and a new board design curtesy of Pat Deegan
7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
* multiplier subcircuit
|
|
.subckt mult in1 in2 out
|
|
A1 [in1 in2] out mul
|
|
.model mul mult
|
|
.ends
|
|
|