We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18604a commit 1a4474fCopy full SHA for 1a4474f
test/Electrical/analog.jl
@@ -621,7 +621,7 @@ end
621
@test flipped_sol[flipped_sys.Q1.s.v] > flipped_sol[flipped_sys.Q1.d.v]
622
623
# channel length modulation
624
- @mtkmodel SimpleNMOSCircuit begin
+ @mtkmodel SimpleNMOSCircuitChannel begin
625
@components begin
626
Q1 = NMOS(use_channel_length_modulation = false)
627
Vcc = Voltage()
@@ -650,7 +650,7 @@ end
650
end
651
652
653
- @mtkbuild sys = SimpleNMOSCircuit(V_cc = 5.0, V_b = 3.5)
+ @mtkbuild sys = SimpleNMOSCircuitChannel(V_cc = 5.0, V_b = 3.5)
654
655
prob = ODEProblem(sys, Pair[], (0.0, 10.0))
656
sol = solve(prob)
0 commit comments