Starting from:

$30

CS220 HW1  Solved

Basic Logic Gates 

 

Background: 

            A typical computer architecture is based on a set of elementary logic gates like And, Or, etc., as well as other more complex chips. This project engages you in the construction of a typical set of basic logic gates and focuses on the documentation and building the code. These gates form the elementary building blocks from which more complex chips will be later constructed, and which you’ll have to come up with the solutions for on your own.

 

Objective: 

Build some of the logic gates described in Chapter 1 (see list below), yielding a basic chip-set. The only building blocks that you can use in this project are primitive Nand gates and the composite gates that you will gradually build on top of them.

 

Contract: 

When loaded into the supplied Hardware Simulator, your chip design (modified .hdl program), tested on the supplied .tst script, should produce the outputs listed in the supplied .cmp file. If that is not the case, the simulator will let you know.

 

Chip 
Working? 
Well built? 
Not
        /        15
 
/
7
And
        /        15
 
/
7
Or
        /        15
 
/
8
Xor
        /        15
 
/
8
Subtotal
        /        60
 
/
30
Documentation
                      
/
 
10
  

See http://nand2tetris.org/01.php for some tips/resources/tools (note that the assignment on the website is substantially different from the assignment that is described above, i

More products