CPRE 583 Reconfigurable Computing (Tools overview)

Slides:



Advertisements
Similar presentations
Macintosh OS X. What is an operating system? O Like cars, computers have operating systems (sometimes abbreviated OS). O A computer operating system is.
Advertisements

Integrated Circuits Laboratory Faculty of Engineering Digital Design Flow Using Mentor Graphics Tools Presented by: Sameh Assem Ibrahim 16-October-2003.
1 - ECpE 583 (Reconfigurable Computing): State Machines (Part 2) Iowa State University (Ames) ECpE 583 Reconfigurable Computing Lect 5: Tues 9/9/2008 (State.
Dayu Zhang 9/8/2014 Lab02. Example of Commands pwd --- show your current directory This is home of venus, not your home directory Tilde: means you are.
Guest Lecture by Ben Magstadt CprE 281: Digital Logic.
Go to our website, and click on the eMedia Catalog link To find books, either click on the advanced search (which I will.
1 - ECpE 583 (Reconfigurable Computing): Tools overview Iowa State University (Ames) CPRE 583 Reconfigurable Computing (Tools overview) Instructor: Dr.
CprE 288 – Quick intro for compiling C in Linux
Guest Lecture by Ben Magstadt CprE 281: Digital Logic.
Installing the SAFARIODBC.EXE For use with Excel May 3, 2002.
Mentor Tools tutorial Bold Browser Design Manager Design Architect Library Components Quicksim Creating and Compiling the VHDL Model.
Spring Introduction  Today’s tutorial focuses on introducing you to Xilinx ISE and Modelsim.  These tools are used for Verilog Coding Simulation.
1 Introduction to Xilinx ISL8.1i Schematic Capture and VHDL 1.
Advanced Digital Circuits ECET 146 Week 2 Professor Iskandar Hack ET 221B,
1 Introduction to Xilinx ISL8.1i & 11.1 Schematic Capture 1.
My Second FPGA for Altera DE2-115 Board 數位電路實驗 TA: 吳柏辰 Author: Trumen.
FPGA_Editor Probes. . Probe Overview 2 Adding a Probe : GUI Probes tie an internal signal to an output pin To Launch the GUI: Click the “probes” button.
CS/CoE 536 : Lockwood 1 CS/CoE 536 Reconfigurable System On Chip Design Lecture 4 : Demonstration of Machine Problem 1 : CAM-based Firewall Washington.
Synopsys Custom Designer Tutorial for a chip integration using the University of Utah Standard Cell Libraries In ON Semiconductor 0.5u C5 CMOS Version.
Diagnostic Pathfinder for Instructors. Diagnostic Pathfinder Local File vs. Database Normal operations Expert operations Admin operations.
Change in your CAD Project File - it happens all the time in robotics.
Fall 08, Oct 31ELEC Lecture 8 (Updated) 1 Lecture 8: Design, Simulation Synthesis and Test Tools ELEC 2200: Digital Logic Circuits Nitin Yogi
Downloading and Installing Autodesk Inventor Professional 2015 This is a 4 step process 1.Register with the Autodesk Student Community 2.Downloading the.
Programmable Logic Training Course HDL Editor
Introductory project. Development systems Design Entry –Foundation ISE –Third party tools Mentor Graphics: FPGA Advantage Celoxica: DK Design Suite Design.
1 - CPRE 583 (Reconfigurable Computing): VHDL to FPGA: A Tool Flow Overview Iowa State University (Ames) CPRE 583 Reconfigurable Computing Lecture 5: 9/7/2011.
Using Simulator With Undertow Suite. Source environment variables For example, envsource has all the environment variables set up. You can change the.
PC Maintenance: Preparing for A+ Certification Chapter 28: Working with Applications.
Chapter 24 I’m Suffering from Information Overload (Access Databases) Clearly Visual Basic: Programming with Visual Basic nd Edition.
11 EENG 1920 Introduction to VHDL. 22 Hardware Description Language A computer language used to design circuits with text-based descriptions of the circuits.
FTP COMMANDS OBJECTIVES. General overview. Introduction to FTP server. Types of FTP users. FTP commands examples. FTP commands in action (example of use).
CSE/CoE 535 : Attig 1 ModelSim Tutorial for CSE 535 Michael Attig
Teaching Digital Logic courses with Altera Technology
CprE 281: Verilog Tutorial Ben Magstadt – Master’s Student Electrical Engineering.
Tutorial for Modelsim 1 Installation Download the Modelsim Student Edition: Follow the.
Copyright © 2007 by Pearson Education 1 UNIT 6A COMBINATIONAL CIRCUIT DESIGN WITH VHDL by Gregory L. Moss Click hyperlink below to select: Tutorial for.
How to use ISE Dept. of Info & Comm. Eng. Prof. Jongbok Lee.
Perform a complete mail merge Lesson 14 By the end of this lesson you will be able to complete the following: Use the Mail Merge Wizard to perform a basic.
Emdeon Office Batch Management Services This document provides detailed information on Batch Import Services and other Batch features.
Review Why do we use protection levels? Why do we use constructors?
Introduction to the FPGA and Labs
VLSI Synthesis and Simulation Tools Nitin Yogi 01/09/2009
beas group AG Beas sql guide Martin Heigl CTO
DE2-115 Control Panel - Part I
Development Environment
Introduction to Vivado
CS1010: Intro Workshop.
Lab 1: Using NIOS II processor for code execution on FPGA
My Second FPGA for Altera DE2-115 Board
Using Macros, Switchboards, PivotTables, and PivotCharts
3.4 User Interfaces This tutorial will give you a first-hand experience of: Navigating the directory structure in a CLI and an unfamiliar GUI Running the.
Dept. of Electrical and Computer Engineering
Implementing VHDL Modules onto Atlys Demo Board
Guide To UNIX Using Linux Third Edition
Programming Scratch to Control a K’NEX Fairground Ride
Setup Of 4050 EIP To Control LOGIX PLC
Windows Operating Systems (Cont.)
Lab 3 Finite State Machine On Xilinx
How to Run a Java Program
Getting Started with Vivado
CS115 HOW TO INSTALL THE JAVA DEVELOPMENT KIT (JDK)
Founded in Silicon Valley in 1984
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Click on Save All to save everything and choose a location etc
Inside a PMI Online Course
bitcurator-access-webtools Quick Start Guide
Running a Java Program using Blue Jay.
CS334: Logisim program lab6
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Modelsim Simulation & Example VHDL Testbench
Presentation transcript:

CPRE 583 Reconfigurable Computing (Tools overview) Instructor: Dr. Phillip Jones (phjones@iastate.edu) Reconfigurable Computing Laboratory Iowa State University Ames, Iowa, USA http://class.ece.iastate.edu/cpre583/

Outline Very basic Linux Creating a new ISE project Running simulation from within ISE Generating a bitfile Downloading a bitfile to the FPGA board (impact)

Very basic Linux How to unpack a .zip or .tar.gz file .zip unzip my_file.zip .tar.gz gunzip my_file.gz.tar tar -xvf my_file.tar How do I know where I am pwd (tells you your current location, use this command often) What is in my current location ls (list all the files and directors at this location) Changing directories cd directory_name cd .. (takes you up one directory level) cd ~ (takes you to your home directory) Making a new directory mkdir new_directory_name

Creating a new ISE project cd to where you want to make a directory for your project mkdir the directory for you project cd into the directory you made pwd to check that you are indeed in that directory start ise: ise & Note: If you already have a project: ise project_name.xise &

Creating a new ISE project Note you already have a project for the AND gate. Use these directions to get you going for the OR gate.

Creating a new ISE project

Creating a new ISE project Browse to the location of the directory you created

Creating a new ISE project Give your project a name

Creating a new ISE project Make your setting match this click Next

Creating a new ISE project You project summary should look something like this. Click finish

Creating a new ISE project You have no files! Here are your choices. Very rarely do I start a VHDL file from scratch. Lets create a new source files. Then use some existing VHDL to fill it. For example for the OR gate. Add new source files for the testbench and OR gate. Then copy/paste from the given AND example to get you going.

Creating a new ISE project Right click to pop up options

Creating a new ISE project Indicate you are Adding a VHDL file In this case we will add two source files. One for the testbench (AND_TB) to test the AND gate (AND_2bit).

Creating a new ISE project You can add the port names, direction and width here. Since we are going to copy VHDL source code form somewhere else we will skip this step. Note: This is a step for convince for when you do not have code to start from.

Creating a new ISE project

Creating a new ISE project The tool tries to be helpful by adding some VHDL for you. I would suggest deleting this and copying from the AND gate example, until you get more comfortable with the tools.

Creating a new ISE project Now let’s add a source file for the 2-bit AND gate component.

Creating a new ISE project

Creating a new ISE project

Creating a new ISE project

Creating a new ISE project You have some files Note: The Hierarchy window should show the strutural relationship between your files. At this point it shows AND_TB and AND_2bit at the same level

Creating a new ISE project The 2-bit AND gate is a subcomponent of AND_TB. After updating your VHDL files with the appropriating “entity” and “component” names. ISE will figure out the hierarchy.

Creating a new ISE project If you see a question mark, this could mean ISE lost track of your file when you were editing it. If your file is indeed in the project directory, then just tell ISE

Creating a new ISE project Remind ISE where it is Note: The “?” can also appear if you incorrectly named you entity in the VHDL

Creating a new ISE project

Simulating your design Set “View” to Simulation Select at what level you want to compile or simulate. In this case the whole design

Simulating your design Set simulation properties. For example how long to run for

Simulating your design For this case I’ve set the simulation to run for 1000 ns

Simulating your design Now simulate

Simulating your design Modelsim compiles your VHDL before simulating it. In this case it caught a syntax error. Missing semicolon

Simulating your design It looks like this version of ISE does syntax checking every time you save a file. So this error could have been caught earlier.

Simulating your design Now that you can run simulation. You need to add signals and dividers. Right click in the “Wave” window to Insert a Divider

Simulating your design 2 3 1 To add signals for the AND gate. 1) select it in “Instance”, this instance of the AND gate is called “my_dut”, 2) select the signals in the “Objects window, 3) Drag and drop the signals into the “Wave” window

Simulating your design Typically you will want ALL of your signal in “Hexadecimal”. To do this 1) select all of the signals, 2) right in wave window, 3) Radix->Hexadecimal

Simulating your design: Saving wave formats To keep from having to reformat you signals EVERY time for the same Design, save you wave format

Simulating your design: Saving wave formats For this project I have named the wave format HW1_3_a_AND_wave.do Next we will look at how to tell ISE to use this wave format when it launches Modelsim. Note: there are a number of ways of doing this, and even different versions of ISE support different methods. Often this is something you need to play around with and figure out yourself.

Simulating your design: Saving wave formats ISE file that will call your wave format Contents of your project directory Wave format you just created “cat” prints the contents of a file This is how I modified AND_TB_wave.fdo Tell ISE to only call your wave format file After you make this updates, restart Modelsim from ISE to see if it worked

Simulating your design: Saving datasets Some times you want to save the dataset (.wlf) for a simulation run. Often this is used to compare the behavior of one version of a design to another while debugging. And for this class you will save datasets so that I can review the behavior of your circuits without needed your source code.

Simulating your design: Saving datasets 1. Modelsim typically saves the current dataset as “vsim.wlf” 2. Rename it to the name you want. In this case HW1_2_a_AND_dat.wlf

Simulating your design: Loading Dataset To check if your dataset saved correctly open Modelsim standalone (vsim &), and load the wave dataset (.wlf), and then the associated wave format

Simulating your design: Loading Datasets Open a wave window, then readjust/resize the windows of Modelsim

Simulating your design: Loading Datasets Find and open the dataset

Simulating your design: Loading Datasets 2 6 5 1 2 4 Find and open the dataset

Simulating your design: Loading Datasets Now load the wave format (.do) associated with this dataset

Simulating your design: Loading Datasets Browse to find the correct wave format (.do)

Simulating your design: Loading Datasets Your dataset and associated waveform should appear

Simulating your design: Useful Buttons Zoom mode (VERY useful!!) Zoom out Jump to previous or next signal value transition (VERY useful!!) Select mode Zoom in Zoom full Toggle between short and full signal names Useful Buttons in Modelsim

Generating a bitfile View can be set to simulation or Implementation. Implementation only shows those files that will go on the hardware. Simulation typically shows files that will be simulated and/or put on the hardware

Generating a bitfile Any source file that will only be simulated should have its properties set to reflect this. In this case AND_TB will be set to Simulation. And my_dut (AND_2bit) will be set to ALL (i.e. both simulation and implementation)

Generating a bitfile Any source file that will only be simulated should have its properties set to reflect this. In this case AND_TB will be set to Simulation. And my_dut (AND_2bit) will be set to ALL (i.e. both simulation and implementation)

Generating a bitfile Now when the view is switch to “Implementation” only VHDL that will be put on the hardware is shown. Also note in the “Processes” we have new options. One of which is “Generate Programming File”

Generating a bitfile One typically selects the top level component and runs “Generate Programming File” to generate a bitfile to download to the FPGA. Note we’ve switched to MP1 because the AND_2bit example does not have a user constraint file (.ucf) defined to tell the tools how to connect the design to the FPGA I/O pins

Generating a bitfile If all goes well, then after some time you should get a GREEN check next the “Generate Programming File”. And a file called <top_level>.bit, in this case MP1_top.bit, should be placed in your project directory.

Downloading a bitfile to the FPGA Go to the directory where your bitfile is located and start impact Note: You must be on a machine that has an FPGA board connected to it.

Downloading a bitfile to the FPGA Yes should be fine as well

Downloading a bitfile to the FPGA

Downloading a bitfile to the FPGA

Downloading a bitfile to the FPGA Bypass until you get to the FX70

Downloading a bitfile to the FPGA FX 70 is now selected (GREEN)

Downloading a bitfile to the FPGA

Downloading a bitfile to the FPGA

Downloading a bitfile to the FPGA

Downloading a bitfile to the FPGA

Generating a bitfile: Fixing a locked cable For various reasons “impact” will have an issue downloading your bitfile. This can be caused by more than one person trying to run impact to connect to the board, or impact crashing, or power being turned off to the board. In the worst case one as to reboot the machine. We like to avoid this because you do not have administrative rights to reboot the machine. Though one campus students can power cycle. Some things to try In impact: output -> cable reset From the command line > impact -batch > setMode -bscan > cleancablelock > quit > xmd > xclean_cablelock Send me an email, and/or a “wall” message