ELEC 5200/6200 Computer Architecture and Design Class Project, Spring 2012 Processor Design and...

Click here to load reader

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

of 14

description

ELEC 5200/6200 Computer Architecture and Design Class Project, Spring 2012 Processor Design and Implementation. Director: Dr. Vishwani D. Agrawal GTA: Jia Yao ([email protected]). Outline. The Goal – What are you going to design? The Software The Hardware - PowerPoint PPT Presentation

Transcript of ELEC 5200/6200 Computer Architecture and Design Class Project, Spring 2012 Processor Design and...

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: ==, !=, >, ,