diff options
author | Akshay NH | 2018-06-28 19:22:03 +0530 |
---|---|---|
committer | Akshay NH | 2018-06-28 19:22:03 +0530 |
commit | d1edc2c0c9b8d823892b94482e01451e82c3eec1 (patch) | |
tree | 9fb54dfd93a975be8b2a8cb29b21eb5639ac29ef /digital ciruits/xor_sub/xor_sub.cir | |
download | eSIm-Kicad-Simulations-d1edc2c0c9b8d823892b94482e01451e82c3eec1.tar.gz eSIm-Kicad-Simulations-d1edc2c0c9b8d823892b94482e01451e82c3eec1.tar.bz2 eSIm-Kicad-Simulations-d1edc2c0c9b8d823892b94482e01451e82c3eec1.zip |
adding kicad analog and digital circuits
Diffstat (limited to 'digital ciruits/xor_sub/xor_sub.cir')
-rw-r--r-- | digital ciruits/xor_sub/xor_sub.cir | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/digital ciruits/xor_sub/xor_sub.cir b/digital ciruits/xor_sub/xor_sub.cir new file mode 100644 index 0000000..bae5429 --- /dev/null +++ b/digital ciruits/xor_sub/xor_sub.cir @@ -0,0 +1,9 @@ +.title KiCad schematic +.include "/home/akshay/Desktop/digital ciruits/libs/spice_models.lib" +X1 a b out VDD XOR +V1 a GND dc 0 pulse(0 3.3 0 0 0 50m 100m) +V3 VDD GND dc 3.3 +V2 b GND dc 0 pulse(0 3.3 100m 0 0 50m 100m) +R1 GND out 10meg +.tran .25m 30m +.end |