Computer Architecture and Design ELEC 5200/6200 Class Project Overview

Click here to load reader

download Computer Architecture and Design ELEC 5200/6200 Class Project Overview

of 14

description

Computer Architecture and Design ELEC 5200/6200 Class Project Overview. Director: Dr. Vishwani D. Agrawal GTA: Jia Yao ([email protected]). Outline. The Goal – What are you going to design? The Software The Hardware Evaluation of your project Demo. - PowerPoint PPT Presentation

Transcript of Computer Architecture and Design ELEC 5200/6200 Class Project Overview

Computer Architecture Design Class Project Overview

Director: Dr. Vishwani D. AgrawalGTA: Jia Yao ([email protected])Computer Architecture and DesignELEC 5200/6200Class Project OverviewFall 201111Fall 2011OutlineThe Goal What are you going to design?The SoftwareThe HardwareEvaluation of your projectDemo

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