summaryrefslogtreecommitdiff
path: root/digital ciruits/and_sub/and_sub.cir
blob: 2e3875efa3e258436c660040ad759b039ffa0ee3 (plain)
1
2
3
4
5
6
7
8
9
.title KiCad schematic
.include "/home/akshay/Downloads/kicad-simulation-examples-master/libs/spice_models.lib"
X1 a b out vdd AND
R1 GND out 10meg
V1 a GND dc 0 pulse(0 3.3 0 0 0 100m 200m)
V2 b GND dc 0 pulse(0 3.3 50m 0 0 50m 100m)
V3 vdd GND dc 3.3
.tran 1m 400m
.end