DE2-115 Control Panel - Part I

Slides:



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

Lab7: Introduction to Arduino
DE1 FPGA board and Quartus
Altera’s Quartus II Installation, usage and tutorials Gopi Tummala Lab/Office Hours : Friday 2:00 PM to.
ECE Department: University of Massachusetts, Amherst Lab 1: Introduction to NIOS II Hardware Development.
CSCE 430/830 A Tutorial of Project Tools By Dongyuan Zhan Feb. 4, 2010.
1 Arduino Board: Arduino UNO Arduino Programing Environment: Arduino 0022
Intel Do-It-Yourself Challenge Hello World with the Arduino IDE Nicolas Vailliet Intel.
Printer Installation Ben Wu A&S IT 09/18/2007. Outline  Preparation  Local Printer Installation  Network Printer Installation  Printer Sharing  Other.
Statement of Purpose: To program an incremental counter using the PSoC Designer 5.0, Imagecraft, the programming language C, the PSoCEval USB CY3214 circuit.
Time Division Multiplexing School of Physics and Astronomy Department of Particle Physics Elissavet Papadima 29/5/2014.
Dr. Konstantinos Tatas ACOE201 – Computer Architecture I – Laboratory Exercises Background and Introduction.
Part 1 Using the ARM board And start working with C Tutorial 5 and 6
CSE430/830 Course Project Tutorial Instructor: Dr. Hong Jiang TA: Dongyuan Zhan Project Duration: 01/26/11 – 04/29/11.
ADAM Single Writer User’s Manual ETA Chips Co., Kr, 2011 Rev 1.0.
Lab 2: Capturing and Displaying Digital Image
U81X0 Downloading Tool Manual 1 ( Version 1.2 ) FlashRW For U81X0 Version 4.0.0(Build #95V) February 2004 LG Electronics Inc.
Lecture #3 Page 1 ECE 4110– Sequential Logic Design Lecture #3 Agenda 1.FPGA's 2.Lab Setup Announcements 1.No Class Monday, Labor Day Holiday 2.HW#2 assigned.
Home Media Network Hard Drive Training for Update to 2.0 By Erik Collett Revised for Firmware Update.
High Speed Data Converter University
Tutorial on using the DE2i-150 development board
1 Keyboard Controller Design By Tamas Kasza Digital System Design 2 (ECE 5572) Summer 2003 A Project Proposal for.
1 Introduction to Xilinx ISL8.1i Schematic Capture and VHDL 1.
1 Introduction to Xilinx ISL8.1i & 11.1 Schematic Capture 1.
LAB #2 Xilinix ISE Foundation Tools Schematic Capture “A Tutorial”
Lecture #3 Page 1 ECE 4110–5110 Digital System Design Lecture #3 Agenda 1.FPGA's 2.Lab Setup Announcements 1.HW#2 assigned Due.
U81X0 Downloading Tool Manual 1 ( Version 2.0) FlashRW For U81X0 Version 4.0.0(Build #100V) April 2004 LG Electronics Inc.
U2020 X-Series Power Sensor Firmware Upgrade Process Version 1 Date: 8 August 2012.
Introduction to Labs Wenchao Cao, Teaching Assistant Department of EECS University of Tennessee.
Teaching Digital Logic courses with Altera Technology
Introduction to the DE0 Board Prof. Taeweon Suh Computer Science & Engineering Korea University COSE221, COMP211 Computer Logic Design.
ECE 448 Lab 3 FPGA Design Flow Based on Xilinx ISE and ISim. Using Seven-Segment Displays, Buttons, and Switches.
How to use ISE Dept. of Info & Comm. Eng. Prof. Jongbok Lee.
Overview: This lesson explores the NXT as a computer. It is intended to follow the "Introduction to Computers" lesson. Objectives: Students will be able.
Introduction to the FPGA and Labs
Having fun with code, using Arduino in a middle school CS classroom
After Construction Name: Per #:.
Maj Jeffrey Falkinburg Room 2E46E
A Portable Lab Kit for Teaching Introduction to Logic Circuits & Logic Design Brock J. LaMeres Associate Professor Department of Electrical & Computer.
European Robotic LABoratory
EECE6017C - Lab 0 Introduction to Altera tools and Basic Digital Logic
Lab 0: Familiarization with Equipment and Software
Lab 1: Using NIOS II processor for code execution on FPGA
My Second FPGA for Altera DE2-115 Board
Fundamentals of Computer Engineering
The first change to your project files that is needed is to change the device to the correct FPGA. This is done by going to the Assignments tab on the.
DE2-115 Control Panel - Part II
DIGITAL 2 EKT 221 Date : Lecture : 2 hrs.
UTA010 : Engineering Design – II
COMP211 Computer Logic Design Introduction to the DE2 Board
ECE 4110–5110 Digital System Design
iSERIES PROGRAMMING/LOGGING TRAINING
My First Nios II for Altera DE2-115 Board
CR 245L Digital Design I Lab Sum of Products, 7-Segment Display,
Describe how NASA remotely controls equipment in space.
Roller Coaster Design Project
RX111 Promotion Board (RPB) hands on
Lab 3 Finite State Machine On Xilinx
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
U2040 XA-Series Power Sensor Firmware Upgrade Process
Lab 2 Part II Instructions
8051 Micro Controller.
Intro to Micro Controllers
Lab 1. Introduction to the DE2 Board
ACOE347 – Data Acquisition and Automation Systems
Compiled from various Internet sources Presented by Mr. Hatfield
Lab0 : Instructions ECE ECE at UMass.
Lecture 4. Introduction to the DE2 Board
Downloading Arduino FOR MAC.
ECE 448 Lab 3 – Part 1 FPGA Design Flow Based on
Presentation transcript:

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

Outline Introduction to DE2-115 Control Panel Control Panel Setup Controlling the LEDs, 7-segment Displays, and LCD Display Switches and Push-buttons

Introduction to DE2-115 Control Panel

Introduction to Control Panel The DE2-115 board comes with a Control Panel facility that allows users to access various components on the board from a host computer. The host computer communicates with the board through a USB connection. The facility can be used to verify the functionality of components on the board or be used as a debug tool while developing RTL code.

Control Panel Setup

Control Panel Setup The Control Panel Software Utility is located in "/DE2_115_tools/DE2_115_control_panel/" in the DE2-115 System CD. It's free of installation, just copy the whole folder to your host computer and launch the control panel by executing the "DE2_115_ControlPanel.exe".

Activate the Control Panel (1/2) Make sure Quartus II 10.0 or later version is installed successfully on your PC. Set the RUN/PROG switch to the RUN position. Connect the supplied USB cable to the USB Blaster port, connect the 12V power supply, and turn the power switch ON. Start DE2_115_ControlPanel.exe on the host computer. The Control Panel user interface will appear.

Activate the Control Panel (1/2)

Activate the Control Panel (2/2) The DE2_115_ControlPanel.sof bit stream is loaded automatically as soon as the DE2_115_control_panel.exe is launched. In case the connection is disconnected, click on CONNECT where the .sof will be re- loaded onto the board. Note, the Control Panel will occupy the USB port until you close that port; you cannot use Quartus II to download a configuration file into the FPGA until the USB port is closed.

DE2-115 Control Panel Concept Active on the host computer Implemented in the FPGA board

Controlling the LEDs, 7-segment Displays, and LCD Display

Switches and Push-buttons

Push-buttons Each of these buttons is debounced using a Schmitt Trigger circuit. Since the push-buttons are debounced, they are appropriate for using as reset inputs in a circuit.

Debounce Logic Circuit Level-sensitive v.s. edge-sensitive button input (bi) Level-sensitive Edge-sensitive bi==1 bi==0 bi==0 bi==0 button state (bs) 1 2 3 bi==1 會使用edge-sensitive主要是因為按一次button只會希望送出一次信號 所以(3) 可當作是edge-sensitive的state 因為整個過程只會有一個cycle在(3),這行為就是edge-sensitive要的 雖然可能反應速度會慢一點,但因為clk訊號很快 (~MHz),所以幾乎是感覺不到delay bi==0 bi==1 bi==1 bi==1 7 6 5 4 bi==0

Switches Switches are not debounced, and are assumed for use as level-sensitive data inputs to a circuit.

The End. Any question?

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