├── Pcell ├── 28nm │ └── res │ │ ├── rupolym.il │ │ ├── rupolym_cdf.il │ │ └── rupolym_constructor.il ├── README.md ├── README.md~ ├── images │ ├── CDFmod.jpg │ ├── PCellCompiler.png │ ├── README.md │ ├── align.png │ ├── cdfEdit.png │ ├── editInstProp.png │ ├── layers.png │ ├── nmos_pcell.png │ ├── polygon.png │ ├── rectangle.png │ ├── rupolym.png │ ├── std_nmos.png │ ├── subMaster.png │ └── user_handle.png ├── lab1 │ ├── lab1.il │ └── lab1_cdf.il ├── lab2 │ ├── lab2.il │ └── lab2_cdf.il ├── lab3 │ ├── lab3.il │ ├── lab3_cdf.il │ └── lab3_constructor.il ├── lab4 │ ├── lab4.il │ ├── lab4_cdf.il │ ├── lab4_constructor.il │ └── lab4_tech.il ├── lab5 │ ├── lab5.il │ ├── lab5_callback.il │ ├── lab5_cdf.il │ └── lab5_constructor.il ├── lab6 │ ├── lab6.il │ ├── lab6_callback.il │ ├── lab6_cdf.il │ └── lab6_constructor.il ├── lab7 │ ├── lab7.il │ ├── lab7_callback.il │ ├── lab7_cdf.il │ └── lab7_constructor.il └── lab8 │ ├── lab8.il │ ├── lab8_callback.il │ ├── lab8_cdf.il │ └── lab8_constructor.il ├── README.md ├── SKILL_Codes ├── ChangeParam.il ├── GenLayout.il ├── Pin2Label.il └── README.md └── SKILL_Invocation.png /Pcell/28nm/res/rupolym.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/28nm/res/rupolym.il -------------------------------------------------------------------------------- /Pcell/28nm/res/rupolym_cdf.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/28nm/res/rupolym_cdf.il -------------------------------------------------------------------------------- /Pcell/28nm/res/rupolym_constructor.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/28nm/res/rupolym_constructor.il -------------------------------------------------------------------------------- /Pcell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/README.md -------------------------------------------------------------------------------- /Pcell/README.md~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/README.md~ -------------------------------------------------------------------------------- /Pcell/images/CDFmod.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/images/CDFmod.jpg -------------------------------------------------------------------------------- /Pcell/images/PCellCompiler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/images/PCellCompiler.png -------------------------------------------------------------------------------- /Pcell/images/README.md: -------------------------------------------------------------------------------- 1 | sd 2 | -------------------------------------------------------------------------------- /Pcell/images/align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/images/align.png -------------------------------------------------------------------------------- /Pcell/images/cdfEdit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/images/cdfEdit.png -------------------------------------------------------------------------------- /Pcell/images/editInstProp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/images/editInstProp.png -------------------------------------------------------------------------------- /Pcell/images/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/images/layers.png -------------------------------------------------------------------------------- /Pcell/images/nmos_pcell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/images/nmos_pcell.png -------------------------------------------------------------------------------- /Pcell/images/polygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/images/polygon.png -------------------------------------------------------------------------------- /Pcell/images/rectangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/images/rectangle.png -------------------------------------------------------------------------------- /Pcell/images/rupolym.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/images/rupolym.png -------------------------------------------------------------------------------- /Pcell/images/std_nmos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/images/std_nmos.png -------------------------------------------------------------------------------- /Pcell/images/subMaster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/images/subMaster.png -------------------------------------------------------------------------------- /Pcell/images/user_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/images/user_handle.png -------------------------------------------------------------------------------- /Pcell/lab1/lab1.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab1/lab1.il -------------------------------------------------------------------------------- /Pcell/lab1/lab1_cdf.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab1/lab1_cdf.il -------------------------------------------------------------------------------- /Pcell/lab2/lab2.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab2/lab2.il -------------------------------------------------------------------------------- /Pcell/lab2/lab2_cdf.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab2/lab2_cdf.il -------------------------------------------------------------------------------- /Pcell/lab3/lab3.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab3/lab3.il -------------------------------------------------------------------------------- /Pcell/lab3/lab3_cdf.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab3/lab3_cdf.il -------------------------------------------------------------------------------- /Pcell/lab3/lab3_constructor.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab3/lab3_constructor.il -------------------------------------------------------------------------------- /Pcell/lab4/lab4.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab4/lab4.il -------------------------------------------------------------------------------- /Pcell/lab4/lab4_cdf.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab4/lab4_cdf.il -------------------------------------------------------------------------------- /Pcell/lab4/lab4_constructor.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab4/lab4_constructor.il -------------------------------------------------------------------------------- /Pcell/lab4/lab4_tech.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab4/lab4_tech.il -------------------------------------------------------------------------------- /Pcell/lab5/lab5.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab5/lab5.il -------------------------------------------------------------------------------- /Pcell/lab5/lab5_callback.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab5/lab5_callback.il -------------------------------------------------------------------------------- /Pcell/lab5/lab5_cdf.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab5/lab5_cdf.il -------------------------------------------------------------------------------- /Pcell/lab5/lab5_constructor.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab5/lab5_constructor.il -------------------------------------------------------------------------------- /Pcell/lab6/lab6.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab6/lab6.il -------------------------------------------------------------------------------- /Pcell/lab6/lab6_callback.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab6/lab6_callback.il -------------------------------------------------------------------------------- /Pcell/lab6/lab6_cdf.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab6/lab6_cdf.il -------------------------------------------------------------------------------- /Pcell/lab6/lab6_constructor.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab6/lab6_constructor.il -------------------------------------------------------------------------------- /Pcell/lab7/lab7.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab7/lab7.il -------------------------------------------------------------------------------- /Pcell/lab7/lab7_callback.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab7/lab7_callback.il -------------------------------------------------------------------------------- /Pcell/lab7/lab7_cdf.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab7/lab7_cdf.il -------------------------------------------------------------------------------- /Pcell/lab7/lab7_constructor.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab7/lab7_constructor.il -------------------------------------------------------------------------------- /Pcell/lab8/lab8.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab8/lab8.il -------------------------------------------------------------------------------- /Pcell/lab8/lab8_callback.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab8/lab8_callback.il -------------------------------------------------------------------------------- /Pcell/lab8/lab8_cdf.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab8/lab8_cdf.il -------------------------------------------------------------------------------- /Pcell/lab8/lab8_constructor.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/Pcell/lab8/lab8_constructor.il -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/README.md -------------------------------------------------------------------------------- /SKILL_Codes/ChangeParam.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/SKILL_Codes/ChangeParam.il -------------------------------------------------------------------------------- /SKILL_Codes/GenLayout.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/SKILL_Codes/GenLayout.il -------------------------------------------------------------------------------- /SKILL_Codes/Pin2Label.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/SKILL_Codes/Pin2Label.il -------------------------------------------------------------------------------- /SKILL_Codes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/SKILL_Codes/README.md -------------------------------------------------------------------------------- /SKILL_Invocation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vsao/SKILL/HEAD/SKILL_Invocation.png --------------------------------------------------------------------------------