Introduction and most of NMOS writeup for VLSI labs 1&2

This commit is contained in:
2024-11-12 18:15:42 -05:00
parent 00bae9d117
commit 92866fcc98
28 changed files with 236 additions and 169 deletions

View File

@@ -0,0 +1,7 @@
artistResMgrCalcExprSetup("true" "plot" "E0" "deriv(VS("/v_out"))")
artistResMgrCalcExprSetup("true" "plot" "E1" "cross(deriv(VS("/v_out")) -1 1 "either" nil nil )")
artistResMgrCalcExprSetup("true" "plot" "E2" "cross(deriv(VS("/v_out")) -1 2 "either" nil nil )")
artistResMgrCalcExprSetup("false" "plot" "E3" "value(VS("/v_out") E1 )")
artistResMgrCalcExprSetup("false" "plot" "E4" "value(VS("/v_out") E2 )")
artistResMgrCalcExprSetup("true" "plot" "E5" "E1-E4")
artistResMgrCalcExprSetup("true" "plot" "E6" "E3-E2")