From 342730ed59f75ebe1b5df0f886ae9e6bcd787ee6 Mon Sep 17 00:00:00 2001 From: fahim Date: Wed, 22 Apr 2015 17:52:04 +0530 Subject: Subject: Added Device Libarary Tab.Few Changes in Workspace class. Description: Completed the Device Library auto creation of Widget. Added the information to schematicInfo.Hence to the final ".cir.out" file. Added sample device library. Deleted/Comment unwanted print statement. Added details of function in the comment. --- src/deviceModelLibrary/MOS/PMOS-5um.lib | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 src/deviceModelLibrary/MOS/PMOS-5um.lib (limited to 'src/deviceModelLibrary/MOS/PMOS-5um.lib') diff --git a/src/deviceModelLibrary/MOS/PMOS-5um.lib b/src/deviceModelLibrary/MOS/PMOS-5um.lib new file mode 100755 index 00000000..9c3ed976 --- /dev/null +++ b/src/deviceModelLibrary/MOS/PMOS-5um.lib @@ -0,0 +1,5 @@ +*5um technology + +.model mos_p PMOS( Cgso=0.4n Tox=85n Vto=-1 phi=0.65 ++ Level=1 ++ Mj=.5 UO=250 Cgdo=0.4n Gamma=0.65 LAMBDA=0.03 LD=0.6u JS=1u CJ=0.18m CJSW=0.6n MJSW=0.5 PB=0.7 CGBO=0.2n ) -- cgit