diff options
| author | 2014-02-26 00:21:06 +0000 | |
|---|---|---|
| committer | 2014-02-26 00:21:06 +0000 | |
| commit | c32fba0da7af26016f9db0e266b7e8089d4e173d (patch) | |
| tree | d4d2417a99324bfdbeabccdef1406d280b40e7f0 /nl_examples | |
| parent | 13b36398f9b61586109056a836f013d0b9d05d61 (diff) | |
Minor cosmetic changes for netlist
Diffstat (limited to 'nl_examples')
| -rw-r--r-- | nl_examples/bjt_eb.c | 4 | ||||
| -rw-r--r-- | nl_examples/vccs.c | 2 | ||||
| -rw-r--r-- | nl_examples/vccs1.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/nl_examples/bjt_eb.c b/nl_examples/bjt_eb.c index b6cfab70994..bc35345a44d 100644 --- a/nl_examples/bjt_eb.c +++ b/nl_examples/bjt_eb.c @@ -36,7 +36,7 @@ NETLIST_START(bjt) NET_C(RCE.1, Q.C) NET_C(RCE.2, GND) - LOG(logB, Q.B) - LOG(logC, Q.C) + //LOG(logB, Q.B) + //LOG(logC, Q.C) NETLIST_END() diff --git a/nl_examples/vccs.c b/nl_examples/vccs.c index 73cefd15fb1..fdad0c04a64 100644 --- a/nl_examples/vccs.c +++ b/nl_examples/vccs.c @@ -13,7 +13,7 @@ NETLIST_START(vccs) PARAM(Solver.ACCURACY, 1e-12) PARAM(Solver.RESCHED_LOOPS, 10000) - NETDEV_VCCS(VV) + VCCS(VV) PARAM(VV.G, 100) // typical OP-AMP amplification RES(R2, 1) diff --git a/nl_examples/vccs1.c b/nl_examples/vccs1.c index c1a5725f93c..72db7467d84 100644 --- a/nl_examples/vccs1.c +++ b/nl_examples/vccs1.c @@ -13,7 +13,7 @@ NETLIST_START(vccs) PARAM(Solver.ACCURACY, 1e-6) - NETDEV_VCCS(VV) + VCCS(VV) PARAM(VV.G, 100000) // typical OP-AMP amplification RES(R1, 10000) RES(R2, 1) |
