Submit Instructions

    1)   When creating the schematic of the transmission gate, make sure the
            substrate of  pmos4 and nmos4 are connected to vdd and gnd respectively.
           These connections have to be taken care of in the layout too.
     2)  Once the schematic has been created, to do the simulation you can specify the inputs
           from the  SimW itself. Do Setup->Stimulus ->Edit Analog. In the window which pops
            up choose graphical and click on ok. This will open up a form called Setup Analog Stimuli .
     3)  The Setup Analog Stimuli window lists all the  inputs in the circuit. Select each of the
            inputs and do the following steps to specify the inputs:
            -> Choose the type of function required by selecting from the cyclic button next to function.
            -> Fill in the required values in the corresponding fields.
            -> click on the Enabled button .
            -> click on Change button so that the input changes. This can observed in the space which
                  lists all the inputs.  A snapshot of the window after all the inputs have been specified is shown:

       Click on OK so that the inputs take into effect.  Follow the usual steps to specify the type
        of Analysis to be done and select the outputs to be plotted.

     4)  This step is very important.  If you have any doubts please clarify it in the labs. Once you have completed the
            simulation, make sure you save the state. This can be done by selecting "Setup -> Save state" menu
            from the SimW (Affirma Analog Design Environment) window.  In the Save state form which pops up
            do not change any of the default options. Click Ok to complete save state.

      5) Specify the inputs for all the schematic  created using the above method. Once the simulation is complete
            save the state for all the cells.

     Library Structure Required:

      You will be submitting the cadence library where you created  your designs. Name the library
       where you will be working as HW1.  Inside this library, create the following cells:
       i)   Nand - This should contain the layout of the NAND gate.
       ii)  Tgate - This should contain the layout of the transmission gate.
       iii) Adder - contains the schematic of the Four bit adder.
        Apart from these cells, there can be other cells in your library which are used as part
         of your design.  We will be looking only  at the above mentioned cells for grading.

       Also, submit a simulated spectre output waveform snapshots, naming them as Nand_sim, Tgate_sim and Adder_sim respectively.

        You will tar and gzip the unix directory corresponding to the cadence library and submit it.

          tar cvf HW1.tar HW1
          gzip HW1.tar
          submit_cse497 HW1.tar.gz 
          submit_cse597 HW1.tar.gz

           Submit commands can be run from your eng machines. 

           (You might use Zip utility instead of tar, if you prefer; zip -r HW1 HW1)