Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide whitespace changes
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Text styles
Change appearance
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled diff
Created
8 years ago
Diff never expires
Clear
Export
Share
Explain
4 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
20 lines
Copy
9 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
25 lines
Copy
*CMOS inverter https://electronics.stackexchange.com/questions/383552/measurement-of-output-impedance-of-a-cmos-inverter
*CMOS inverter https://electronics.stackexchange.com/questions/383552/measurement-of-output-impedance-of-a-cmos-inverter
.PARAM V_SUPPLY = 3.3
.PARAM V_SUPPLY = 3.3
.PARAM AC_POINTS = 10
.PARAM AC_POINTS = 10
.PARAM AC_START = 1000
.PARAM AC_START = 1000
.PARAM AC_STOP = 1E6
.PARAM AC_STOP = 1E6
VDD VDD 0 'V_SUPPLY'
VDD VDD 0 'V_SUPPLY'
VSS VSS 0 0
VSS VSS 0 0
MP OUT IN VDD VDD P1 W='9.987275E-06' L=3.500000E-07
MP OUT IN VDD VDD P1 W='9.987275E-06' L=3.500000E-07
MN OUT IN VSS VSS N1 W='9.987275E-06/2' L=3.500000E-07
MN OUT IN VSS VSS N1 W='9.987275E-06/2' L=3.500000E-07
CIN IN VSS 1E9
CIN IN VSS 1E9
Rf OUT IN 1E9
Rf OUT IN 1E9
IOUT VSS OUT AC 1
IOUT VSS OUT AC 1
Copy
Copied
Copy
Copied
.AC dec 'AC_POINTS' 'AC_START' 'AC_STOP'
.OPTION POST PROBE ACCURATE
.OPTION POST PROBE ACCURATE
.include modelcard.nmos
.include modelcard.nmos
.include modelcard.pmos
.include modelcard.pmos
Copy
Copied
Copy
Copied
.MEASURE AC Zac_power0 rms par('abs(i(vdd))*v(vdd)')
.control
.measure AC ZROUT1 rms par('v(OUT)/abs(i(VSS))')
*AC dec 'AC_POINTS' 'AC_START' 'AC_STOP'
.end
AC dec 10 1000 1E6
let ROUT=OUT/abs(i(VSS))
plot ROUT
print ROUT > ROUT.log
.endc
Copy
Copied
Copy
Copied
.END
Saved diffs
Original text
Open file
*CMOS inverter https://electronics.stackexchange.com/questions/383552/measurement-of-output-impedance-of-a-cmos-inverter .PARAM V_SUPPLY = 3.3 .PARAM AC_POINTS = 10 .PARAM AC_START = 1000 .PARAM AC_STOP = 1E6 VDD VDD 0 'V_SUPPLY' VSS VSS 0 0 MP OUT IN VDD VDD P1 W='9.987275E-06' L=3.500000E-07 MN OUT IN VSS VSS N1 W='9.987275E-06/2' L=3.500000E-07 CIN IN VSS 1E9 Rf OUT IN 1E9 IOUT VSS OUT AC 1 .AC dec 'AC_POINTS' 'AC_START' 'AC_STOP' .OPTION POST PROBE ACCURATE .include modelcard.nmos .include modelcard.pmos .MEASURE AC Zac_power0 rms par('abs(i(vdd))*v(vdd)') .measure AC ZROUT1 rms par('v(OUT)/abs(i(VSS))') .end
Changed text
Open file
*CMOS inverter https://electronics.stackexchange.com/questions/383552/measurement-of-output-impedance-of-a-cmos-inverter .PARAM V_SUPPLY = 3.3 .PARAM AC_POINTS = 10 .PARAM AC_START = 1000 .PARAM AC_STOP = 1E6 VDD VDD 0 'V_SUPPLY' VSS VSS 0 0 MP OUT IN VDD VDD P1 W='9.987275E-06' L=3.500000E-07 MN OUT IN VSS VSS N1 W='9.987275E-06/2' L=3.500000E-07 CIN IN VSS 1E9 Rf OUT IN 1E9 IOUT VSS OUT AC 1 .OPTION POST PROBE ACCURATE .include modelcard.nmos .include modelcard.pmos .control *AC dec 'AC_POINTS' 'AC_START' 'AC_STOP' AC dec 10 1000 1E6 let ROUT=OUT/abs(i(VSS)) plot ROUT print ROUT > ROUT.log .endc .END
Find difference