Download - ELEC 5200/6200 Computer Architecture and Design Class Project, Spring 2012 Processor Design and Implementation

Transcript

Computer Architecture Design Class Project Overview

Director: Dr. Vishwani D. AgrawalGTA: Jia Yao ([email protected])ELEC 5200/6200 Computer Architecture and DesignClass Project, Spring 2012Processor Design and ImplementationSpring 201211Fall 2011OutlineThe Goal What are you going to design?The SoftwareThe HardwareEvaluation of your projectDemo

Spring 20122The Goal What are you going to design?Spring 20123Design a CPU basic arithmetic operations: add (+), subtract (-)basic logical operations: AND, OR, NOTcontrol flow structures: if-else structures, while loops and for loopsrelational operators: ==, !=, >, ,