Ithaca College Logo Ithaca College Home Blue Header

Ithaca College, Ithaca, New York


Problem Set 1

Due: 24 January 2005

  1. Read the handout on HDL. Implement the following logic gates in HDL using the hardware simulator given in class. You may only use the primitive NAND gate and gates that you build. Turn the resulting circuit into the Turn-In/Problem Set 1 folder on Nova . You only have to turn in the 4-input gates.
  2. Produce the following for the truth table given below.
  3.  A   B   C   F 
    0 0 0 0
    0 0 1 1
    0 1 0 1
    0 1 1 0
    1 0 0 1
    1 0 1 0
    1 1 0 0
    1 1 1 1

  4. Produce the following for the truth table given in the previous problem.

Last updated on 29 Jan 2005 by John Barr