Top Banner

Click here to load reader

of 14

Computer Architecture and Design ELEC 5200/6200 Class Project Overview

Mar 23, 2016

Download

Documents

livi

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
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript

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