47
Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized by Skill Development Council Organized by Skill Development Council, ( Ministry of Labour, Manpower and overseas Pakistani ) Govt. of Pakistan.

FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

  • Upload
    others

  • View
    33

  • Download
    1

Embed Size (px)

Citation preview

Page 1: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Training Courseon

FPGA based Digital Design using Verilog HDL

By

NAUMAN MIR( HDL Designer )

* Organized by Skill Development Council Organized by Skill Development Council, ( Ministry of Labour, Manpower and overseas Pakistani )

Govt. of Pakistan.

Page 2: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Xilinx FPGA Design Process (i)g ( )

HDL code SchematicStep1: Design

Two design entry methods: HDL code Schematic

Synthesize

Two design entry methods: HDL(Verilog or VHDL) or schematic drawings

Netlist

Synthesizeschematic drawingsStep 2: Synthesize to create

NetlistImplement

BIT Fil

et stTranslates V, VHD, SCH files into an industry standard

BIT Filey

format EDIF file

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 3: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Xilinx FPGA Design Process (ii)

HDL code SchematicStep 3: Implement design

(netlist)

Synthesize

( )Translate, Map, Place & Route

NetlistStep 4: Configure FPGADownload BIT file into

Implement

BIT File

FPGA

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 4: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Software use for Synthesis, yImplementation and Configuration

Foundation Series ISE(Integrated Software Environment)Environment)For PC platforms:Wi 98 Wi 2000/XWin98, Win2000/Xp, and NT4.0For UNIX platforms:HP and Solaris

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 5: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Xilinx Design FlowgPlan & Budget HDL RTL

SimulationCreate Code/

Schematic

T l tSynthesizeFunctional

Implement

Translate

Map

yto create netlistSimulation

Place & Route

Create Bit File

Attain Timing Closure

TimingSimulation

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 6: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design Entry in Xilinx ISEg yPlan & Budget: First you should plan and define budgetdefine budgetTwo design entry methods: HDL or schematic

Core Generator available to assist design entry

Whichever method you use, you will need a tool to generate an EDIF netlist to program a Xilinx FPGA

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 7: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design Entry in Xilinx ISE -- contdPopular synthesis tools: Synplify, Leonardo Spectrum, FPGA Compiler II, and XST

Simulate design so that it works as

Plan & Budget Create Code/ HDL RTL

expected!

Plan & Budget Create Code/Schematic

HDL RTLSimulation

Synthesizeto create netlist

FunctionalSimulation

. . .

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 8: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Xilinx ImplementationpOnce you generate a netlist,

i l t th d iImplement

you can implement the design

There are several outputs of i l t ti

Translate. . .

implementationReportsTiming simulation netlists

Map

Timing simulation netlistsFloorplan filesFPGA Editor files

Place & Route

FPGA Editor filesand more!

. . .FPGA FPGA based Digital Design using Verilog HDL

( f p g a c o u r s e @ y a h o o . c o m )

Page 9: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

What is Implementation?pMore than just “Place & Route”Implementation includes many phasesImplementation includes many phases

Translate: Merge multiple design files into a single netlistgMap: Group logical symbols from the netlist (gates) into physical components (CLBs,IOBs)(g ) p y p ( )Place & Route: Place components onto the chip, connect them, and extract timing data into reports

Each phase generates files that allow you to use th Xili t l ( h Fl l FPGA

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

other Xilinx tools (such as Floorplanner, FPGA Editor, XPower, Multi-Pass Place & Route)

Page 10: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Download in Xilinx FPGAsOnce a design is implemented, you must create a file that the FPGA canmust create a file that the FPGA can understand

This file is called a bit stream: a BITThis file is called a bit stream: a BIT file (.bit extension)

The BIT file can be downloadedThe BIT file can be downloaded directly to the FPGA, or can be converted into a PROM file which stores the programming information

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 11: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Program the FPGAgThere are two ways to program an FPGA

Through a PROM deviceYou will need to generate a file that the PROM programmer will understandunderstand

Directly from the computerUse the iMPACT configuration tool

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 12: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Xilinx ISE has a complete SolutionpThe Xilinx design process

contains only four steps:contains only four steps: design, synthesize, implement, configurep , g

The Xilinx design process g pcan all be done through the ISE Project Navigator

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 13: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design Exampleg pStep1: Create Project in ISE 8.2i (Project Navigator)

In file menu, start from “New Project” option…

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 14: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 1 8 2iStep1: Create Project in ISE 8.2i (Project Navigator)

Write Project name, mention project path and select Top Level Module Type “HDL”

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 15: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 1 8 2iStep1: Create Project in ISE 8.2i (Project Navigator)

Select Device Family, Device, package, speed grade for FPGA. Here you also select Synthesis Flow for FPGA. ISE 8.2i has support XST (Xilinx Synthesis Technology) only.ec o ogy) o y

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 16: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleStep2: Create New Files in ISE 8.2i (Project Navigator)

Here you can create new Verilog HDL files in current project…We simply ignore this step because we have already existing files that are verified in ModelSim simulatorModelSim simulator.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 17: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 2 8 2iStep2: Add existing Files in Project by using ISE 8.2i (Project Navigator)

Here we add existing verilog source files (RTL + Testbench) in ISE 8.2i. ISE detects which one is Design file or Test Fixture file itself.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 18: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleStep3: Mention file type by using ISE 8 2i (Project Navigator)Step3: Mention file type by using ISE 8.2i (Project Navigator)

Here we may copy these files or not in ISE working directory.…

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 19: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 3 8 2iStep3: Mention file type by using ISE 8.2i (Project Navigator)

Now design entry step has completed now. Select finish to close it…

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 20: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 3 8 2iStep3: Mention file type by using ISE 8.2i (Project Navigator)

Here we select the file type whether it is Verilog Design File or Verilog Test Fixture file…

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 21: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleStep4: Synthesis your design by using ISE 8 2i (Project Navigator)Step4: Synthesis your design by using ISE 8.2i (Project Navigator)

First select the top module file of your project in “sources in project” small window.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 22: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 4 8 2iStep4: Synthesis your design by using ISE 8.2i (Project Navigator)

Just right click on “Synthesize XST” in “Processes for Source” small window. View the properties…

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 23: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 4 8 2iStep4: Synthesis your design by using ISE 8.2i (Project Navigator)

You can control the synthesis flow of your design.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 24: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 4 8 2iStep4: Synthesis your design by using ISE 8.2i (Project Navigator)

You can control the synthesis flow of your design.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 25: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 4 8 2iStep4: Synthesis your design by using ISE 8.2i (Project Navigator)

You can control the synthesis flow of your design.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 26: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 4 8 2iStep4: Synthesis your design by using ISE 8.2i (Project Navigator)

Finally click on Run and synthesis flow will go on…

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 27: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 4 8 2iStep4: Synthesis your design by using ISE 8.2i (Project Navigator)

At the end of synthesis process, it will show the PASS ( ) or FAIL ( ) indication…

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 28: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 5 8 2iStep5: Implement Design by using ISE 8.2i (Project Navigator)

Just right click on “Implement Design” in “Processes for Source” small window. View the properties…You can control the Implement flow of your design.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 29: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 5 8 2iStep5: Implement Design by using ISE 8.2i (Project Navigator)

Just right click on “Implement Design” in “Processes for Source” small window. View the properties…You can control the Implement flow of your design.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 30: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 5 8 2iStep5: Implement Design by using ISE 8.2i (Project Navigator)

Finally click on Run and Implementation flow will go on…

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 31: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 5 8 2iStep5: Implement Design by using ISE 8.2i (Project Navigator)

At the end of Implementation process, it will show the PASS ( ) or FAIL ( ) indication…

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 32: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleStep6: Simulate Behavioral Model of your Design in ISE 8 2i (Project Navigator)Step6: Simulate Behavioral Model of your Design in ISE 8.2i (Project Navigator)

First highlight Behavioral Simulation option in “Sources in Project”…you will see ModelSim Simulator options in “Processes for Source” small window.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 33: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleStep6: Simulate Behavioral Model of your Design in ISE 8 2i (Project Navigator)Step6: Simulate Behavioral Model of your Design in ISE 8.2i (Project Navigator)

First highlight Test Bench Top File in “Sources in Project”…you will see ModelSim Simulator options in “Processes for Source” small window.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 34: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleStep6: Simulate Behavioral Model of your Design in ISE 8.2i (Project Navigator)

Now click on “Simulate Behavioral Model” in “Processes for Source” window.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 35: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 6 8 2iStep6: Simulate Behavioral Model of your Design in ISE 8.2i (Project Navigator)

You see the ModelSim Simulator main window…Now you can verify your functional/RTL simulation.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 36: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 6Step6: Simulate Behavioral Model for Functional/RTL Simulation

You can verify your design by using Waveform Viewer in ModelSim…

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 37: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleStep7: Load Simulation Libraries before Timing Simulation in ISE 8 2iStep7: Load Simulation Libraries before Timing Simulation in ISE 8.2i

First highlight project option (e.g xc150e-6pq208) in “Sources in Project” sub-window. You see “Design Entry Utilities” in “Processes for Source” sub-window. Now see the properties of “Compile HDL simulation Libraries” in “D i E t Utiliti ” b“Design Entry Utilities” sub-menu.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 38: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 7 8 2iStep7: Load Simulation Libraries before Timing Simulation in ISE 8.2i

In “Compile HDL Simulation Libraries” properties menu…select verilog option and give the path of “win32 folder” of ModelSim SE Simulator.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 39: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 7 8 2iStep7: Load Simulation Libraries before Timing Simulation in ISE 8.2i

In “Compile HDL Simulation Libraries” properties menu…select verilog option and give the path of “win32 folder” of ModelSim SE Simulator.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 40: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 7 8 2iStep7: Load Simulation Libraries before Timing Simulation in ISE 8.2i

Run the “Compile HDL Simulation Libraries”… It will compile “simprim, unisim, XilinxCoreLib libraries” in your current project.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 41: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 7 8 2iStep7: Load Simulation Libraries before Timing Simulation in ISE 8.2i

At the end of “Compile HDL Simulation Libraries” process, it will show the PASS ( ) or FAIL ( ) indication… Then highlight Post-Route Simulation option in Sources window..p

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 42: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 8 8 2iStep8: Simulate Post-Place & Route Verilog Model of your Design in ISE 8.2i

First highlight Test Bench Top File in “Sources in Project”… you will see ModelSim Simulator options in “Processes for Source” small window.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 43: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 8 8 2iStep8: Simulate Post-Place & Route Verilog Model of your Design in ISE 8.2i

Now Run the “Simulate Post-Place & Route Verilog Model” in “Processes for Source” small window.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 44: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleStep8: Simulate Post Place & Route Verilog Model of your Design in ISE 8 2iStep8: Simulate Post-Place & Route Verilog Model of your Design in ISE 8.2i

You see the ModelSim Simulator main window…Be sure that “SIMPRIMS_VER” & “UNISIMS_VER” & “XILINXCORELIB_VER” Libraries are installed. Now you can verify your Timing simulation.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 45: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 8Step8: Simulate Post-Place & Route Verilog Model for Timing Simulation of

your Design in ISE 8.2iYou can verify your design timing by using Waveform Viewer in ModelSim..

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 46: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleStep9: Generate Programming File of your Design in ISE 8 2iStep9: Generate Programming File of your Design in ISE 8.2i

Click on “Run” option of “Generate Programming File” in “Processes for Source” small window. In “properties…” option, you can change its options.

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )

Page 47: FPGA based Digital Design using Verilog HDL · Training Course on FPGA based Digital Design using Verilog HDL By NAUMAN MIR ( HDL Designer ) * Organized byOrganized by Skill Development

Design ExampleSt 9 8 2iStep9: Generate Programming File of your Design in ISE 8.2i

At the end of “Generate Programming File” process, it will show the PASS ( ) or FAIL ( ) indication…

FPGA FPGA based Digital Design using Verilog HDL( f p g a c o u r s e @ y a h o o . c o m )