Build an 8-bit CPU with a memory

Objective of this lab:


	The purpose of this lab is to learn about CPU Organization 
	by building an 8-bit CPU with a memory 

Preparation


	Read lab lecture notes.

Lab Assignments

  1. Create a project Lab3.circ in the Logisim.
  2. Add a circuit window to test the 8-bit RAM, replicate the circuit in the lab notes and practice with the steps following the diagram.

  3. Add a circuit window to implement the 8-bit CPU design (with memory and PC+1) in the lab notes.

  4. In the 8-bit CPU, the highest 2-bit in the instruction register IR will hold the operation code.
    The 8-bit CPU will do the following operations:

Hand in the following:

  1. Submit the file Lab3.circ which includes all the circuits needed.
  2. Submit the file Lab3.pdf which contains the following:



Copyright: Department of Computer Science, University of Regina.