geotrieu / ezRISC

Simple RISC Computer built in Verilog
1 stars 0 forks source link

Simple RISC Computer (ezRISC)

George Trieu, Matt Garvin

Datapath Architecture

The datapath architecture is based off of a 1-BUS design. Datapath Architecture Design

Components

ALU Architecture

The ALU is made up of different modular operations, that is selected using a 16-1 MUX. ALU Architecture Design

Select and Encode Logic

Select and Encode Design