mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-22 05:05:03 +00:00
d25ac664f8
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
|
|
|