diff options
author | Rahul Paknikar | 2021-01-08 12:47:23 +0530 |
---|---|---|
committer | GitHub | 2021-01-08 12:47:23 +0530 |
commit | e6f48f5b1bf22a1d048b44ed4416b4315a461306 (patch) | |
tree | fd357549a236cdc652f0b6d2919beee0cee7faa5 /Windows/spice/examples/tclspice/tcl-testbench1/capa.cir | |
parent | ac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff) | |
parent | 6b512cbf954273b0f21d3800d10a7ad42a759425 (diff) | |
download | eSim-i2.1.tar.gz eSim-i2.1.tar.bz2 eSim-i2.1.zip |
Merge pull request #161 from rahulp13/installersi2.1
fixed key issue for ubuntu 20+; updated installers for windows os
Diffstat (limited to 'Windows/spice/examples/tclspice/tcl-testbench1/capa.cir')
-rw-r--r-- | Windows/spice/examples/tclspice/tcl-testbench1/capa.cir | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/Windows/spice/examples/tclspice/tcl-testbench1/capa.cir b/Windows/spice/examples/tclspice/tcl-testbench1/capa.cir deleted file mode 100644 index 35478a72..00000000 --- a/Windows/spice/examples/tclspice/tcl-testbench1/capa.cir +++ /dev/null @@ -1,30 +0,0 @@ -* Capa variable sur la base de la thèse de Marc KODRNJA - -.SUBCKT capa 4 6 5 7 8 0 -Vref1 26 0 DC 3 -Vref2 16 0 DC 3 -Vdp 7 0 DC 7 -I0 3 0 DC 0.07 -Ia1 15 0 DC 0.01 -Ia2 25 0 DC 0.01 -Ib1 14 0 DC 0.01 -Ib2 24 0 DC 0.01 - -.INCLUDE PN2222.mod -Qv1 4 16 14 PN2222 -Qv2 4 26 24 PN2222 -Q1 11 14 3 PN2222 -Q2 21 24 3 PN2222 -Qp1 5 8 11 PN2222 -Qm1 6 7 11 PN2222 -Qp2 6 8 21 PN2222 -Qm2 5 7 21 PN2222 -Qc1 4 5 15 PN2222 -Qc2 4 6 25 PN2222 - -R1 4 5 100 -R2 4 6 100 -C1 15 14 10n -C2 25 24 10n -.ENDS - |