elec 5200/6200 computer architecture and design class project, spring 2012 processor design and...

Click here to load reader

Upload: errin

Post on 26-Feb-2016

65 views

Category:

Documents


3 download

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

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