Click here to load reader

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

  • Upload
    errin

  • View
    65

  • Download
    3

Embed Size (px)

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

Citation preview

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