diff --git a/modules/module_0_foundations/foundations.md b/modules/module_0_foundations/foundations.md index 68102516..c25422a8 100644 --- a/modules/module_0_foundations/foundations.md +++ b/modules/module_0_foundations/foundations.md @@ -91,19 +91,31 @@ To verify the design created using the lookup tables, start by identifying key p ``` touch gmid_test.sch - ``` From here you launch this schematic by typing ``` xschem gmid_test.sch - ``` the first thing we want to do is the instanciate our mosfets. In this example we make a current mirror for biasing our output transistor to the right operation. Therefore we will need to instanciate two MOSFETS. This is done by navigating to the insert symbol botton, with a nandgate as its icon. Or you can press shift+i. Here you want to click the IHP open pdk path, and click on "sg13g2_pr". Here you should select the "sg13_lv_nmos.sym", and press OK. Now you will place it and duplicate it by pressing it and clicking "c". Now you can press shift+f while toggeling the instance for flipping it and place it in a gate to gate configuration as shown in the image: +