Assignment 3
Due Date: 2015-2-8, 11:59pm
Objective
Complete HDL implementations for the following 8 gates so that the tests are successful.
- Bit
- Register
- PC
- RAM8
- RAM64
- RAM512
- RAM4K
- RAM16K
Tips and Resources
- This is another copy/paste heavy assignment, but it should be the last.
- You may use any gates from Assignments 1 and 2, as well as the DFF (Data Flip Flop gate).
- The files for this assignment are in two separate folders to force the simulator to not use your implementations of the chips in the first half for the chips in the second half. Otherwise it would need to simulate thousands upon thousands of DFFs for the higher level chips.
- Chapter 3
|