DE2-115 Control Panel - Part II

Slides:



Advertisements
Similar presentations
DE2-115 Control Panel - Part I
Advertisements

JED Microprocessors Pty Ltd Presenting the JED T430 low-cost Projector Controllers Nov 22nd, 2009.
1 of 24 The new way for FPGA & ASIC development © GE-Research.
ECE Department: University of Massachusetts, Amherst Lab 1: Introduction to NIOS II Hardware Development.
ECE Department: University of Massachusetts, Amherst ECE 354 Spring 2006 Lab 2: Capturing and Displaying Digital Image.
CSCE 430/830 A Tutorial of Project Tools By Dongyuan Zhan Feb. 4, 2010.
DE2-115 Control Panel - Part II
COMPONENTS OF THE SYSTEM UNIT
Lab 2: Capturing and Displaying Digital Image
Technion – Israel Institute of Technology Department of Electrical Engineering High Speed Digital Systems Lab Spring 2009.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco PublicNew CCNA Jianxin Tang IT 1 V4.0 Ch1. Introduction.
1.  Project Goals.  Project System Overview.  System Architecture.  Data Flow.  System Inputs.  System Outputs.  Rates.  Real Time Performance.
COE4OI5 Engineering Design Chapter 2: UP2/UP3 board.
Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
OS Implementation On SOPC Midterm Presentation Performed by: Ariel Morali Nadav Malki Supervised by: Ina Rivkin.
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
Hardware Lesson 2 Computer Components. Path of Information Through a Computer Input Device RAM CPU Output Device.
Translate the following message:
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
NIOS II Ethernet Communication Final Presentation
NAND Flash Failure Behavior Sponsored By Micron Technology Inc.
Computer Hardware Introduction to Computer Components and Terminology.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module A Computer Hardware and Software.
USB host for web camera connection Characterization presentation Presenters: Alexander Shapiro Sergey Alexandrov Supervisor: Mike Sumszyk High Speed Digital.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Computer Parts There are many parts that work together to make a computer work.
COMPUTER PARTS INSIDE - OUTSIDE. Computer Parts There are many parts that work together to make a computer work.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware.
Computer Parts There are many parts that work together to make a computer work.
Introduction to Computers Mrs. Gambucci
Transformer for your computer
Computer Science.
Computers Are Your Future Tenth Edition
DE2-115 Control Panel - Part I
Computer systems is a 10-credit unit
Introducing Hardware.
Jeopardy-CH 4 System Unit INPUT OUTPUT Storage Processing Q $100
Scrolling LCD using Arduino.
Lab 0: Familiarization with Equipment and Software
Lab 1: Using NIOS II processor for code execution on FPGA
Chapter 6: BIOS.
Home automation using Arduino & ‘PIR sensor’
Depth Analysis With Stereo Cameras
PC Parts Worksheet- Building Your own Computer
Computer Hardware By Millie Hay.
A+ Guide to Managing and Maintaining Your PC, 7e
Principles of Information Technology
Parts of a Computer I plan to use this presentation for an introduction at the start of the year. Maybe even create a “word wall” with the cards.
My First Nios II for Altera DE2-115 Board
Drill Translate the following message:
IRQ, DMA and I/O Ports - Introduction -
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Basics.
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Memory Devices on DE2-115 Digital Circuit Lab TA: Po-Chen Wu.
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Introduction to VGA Digital Circuit Lab TA: Po-Chen Wu.
Low cost FPGA implimentation of tracking system from USB to VGA
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Hardware sort.
Computing Essentials Module 1.
Design of Digital Circuits Lab 8 Supplement: Full System Integration
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computing Essentials Module 1.
Presentation transcript:

DE2-115 Control Panel - Part II Digital Circuit Lab TA: Po-Chen Wu

Outline SDRAM/SRAM/EEPROM/Flash Controller and Programmer VGA IR Receiver Others USB, PS/2, SD Card, RS232, and HSMC Over all Structure of the DE2-115 Control Panel

SDRAM/SRAM/EEPROM/ Flash Controller and Programmer

Memory Controller and Programmer The Control Panel can be used to write/read data to/from the SRAM, SDRAM, EEPROM, and Flash chips on the DE2-115 board. As an example, we will describe how the SRAM may be accessed; the same approach is used to access the SDRAM, EEPROM, and Flash.

1 2 3

1 2 Audacity (Audio Waveform Editor) + HxD (Hex Editor)

Let's listen to the song!

VGA

VGA Controller DE2-115 Control Panel provides VGA pattern function that allows users to output color pattern to LCD/CRT monitor using the DE2-115 board. Remember to plug a D-sub cable to VGA connector of the DE2-115 before using the Control Panel. The D-subminiature or D-sub is a common type of electrical connector. They are named for their characteristic D-shaped metal shield. When they were introduced, D-subs were among the smallest connectors used on computer systems.

IR Receiver

IR Receiver From the control panel, we can test the IR receiver on the DE2-115 by sending scan code from a remote controller. When the scan code is received, the information will be displayed on the Receiver window represented in hexadecimal. Also, the pressed button on the remote controller will be indicated on the graphic of remote controller on the IR receiver window.

USB, PS/2, SD Card, RS232, and HSMC Others USB, PS/2, SD Card, RS232, and HSMC

可用Putty傳資料 (Connection type: Serial, Speed: 115200) Send是從板子送資料到電腦(字元會於Putty上顯示) Receive是從電腦送資料到板子(字元會於Control panel上顯示)

Over all Structure of the DE2-115 Control Panel

Overall Structure (1/2) The DE2-115 Control Panel is based on a Nios II SOPC system instantiated in the Cyclone IV E FPGA with software running on the on- chip memory. The software part is implemented in C code; the hardware part is implemented in Verilog HDL code with SOPC builder. The source code is not available on the DE2_115 System CD.

Overall Structure (2/2) Each input/output device is controlled by the Nios II Processor instantiated in the FPGA chip. The communication with the PC is done via the USB Blaster link. The Nios II interprets the commands set from the PC and performs the corresponding actions.

The End. Any question?

Reference "DE2-115 User Manual" by Terasic Technologies Inc.