Project Description - JAWs CPU


27 October 1998

Overview

We plan to build a 4-bit CPU. Instructions will be 8 bits long, with a 4-bit opcode. The on-board ALU will use a 3-bit opcode.

We will use off-chip memory for data and instruction storage, with space for 256 8-bit words for each. On the chip, we will have 4 general purpose 4-bit registers, and one special memory address register, which (when addressed by a special instruction) contains 4 bits of a memory element to be accessed.

Circuit Layout

The following elements will be necessary components of our CPU. See the logic diagram for more information regarding the implememtation of these elements.


Changes Made: