Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Fix simulation DIODE and OPAMP primitive types (#2459)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshultz authored and poeschlr committed Jan 21, 2020
1 parent dd5174f commit a7ada5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Simulation_SPICE.lib
Expand Up @@ -9,7 +9,7 @@ F1 "DIODE" 0 -100 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
F4 "Y" 0 0 50 H I L CNN "Spice_Netlist_Enabled"
F5 "V" 0 0 50 H I L CNN "Spice_Primitive"
F5 "D" 0 0 50 H I L CNN "Spice_Primitive"
DRAW
P 2 0 1 0 50 0 -50 0 N
P 2 0 1 10 50 50 50 -50 N
Expand Down Expand Up @@ -233,7 +233,7 @@ F1 "OPAMP" 150 -125 50 H V L CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
F4 "Y" 0 0 50 H I L CNN "Spice_Netlist_Enabled"
F5 "V" 0 0 50 H I L CNN "Spice_Primitive"
F5 "X" 0 0 50 H I L CNN "Spice_Primitive"
DRAW
P 4 0 1 10 200 0 -200 200 -200 -200 200 0 f
X + 1 -300 100 100 R 50 50 1 1 I
Expand Down

0 comments on commit a7ada5f

Please sign in to comment.