0% found this document useful (0 votes)
37 views9 pages

Step-1: Open: ISE Design Suite Step-2: Create New Project From File Tab

The document outlines steps for simulating and implementing a design in ISE Design Suite. It describes creating a new project, selecting a device, generating a Verilog module, performing behavioral simulation, and implementing the design on the target device including synthesis, pin planning, generating a programming file, and programming the device.

Uploaded by

Anand
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views9 pages

Step-1: Open: ISE Design Suite Step-2: Create New Project From File Tab

The document outlines steps for simulating and implementing a design in ISE Design Suite. It describes creating a new project, selecting a device, generating a Verilog module, performing behavioral simulation, and implementing the design on the target device including synthesis, pin planning, generating a programming file, and programming the device.

Uploaded by

Anand
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Step-1:

● Open: ​ISE Design Suite


Step-2:
● Create new project from ​File​ tab

Step-3:
● Select the​ device ​as ​(For simulation device selection is not required.)
spartan-3 3s250E for ​ BASYS2 kit: package CP132
Data-sheet: ​https://www.xilinx.com/support/documentation/data_sheets/ds312.pdf

Spartan-6 XC6SLX45 for ANVYL Kit:


Data-sheet: ​https://www.xilinx.com/support/documentation/data_sheets/ds160.pdf

● Select the prefered language as ​Verilog


Step-4:
● Create a source file from Project tab -> new Source..

● Select verilog module and file-name (module name)


● Input / output ports can be created in the next tab or in the code

Simulation:
Step-1:
Select the simulation mode

Step-2:
● Compilation: first select the ​.v​ file then expand
the ​Isim simulator ​and press double click on the
Behavioral Check Syntax

Step-3:
● Press double click on the ​Simulate Behavioral Model

Step-4:
● Create a input perton for each input: it could be ​force constant or force clock

● Give appropriate parameters in the required field based on the problem

Implementation
Step-1:
Make sure you have selected the appropriate device and select the option for
implementation instead simulation.
Step-2: Compile the project:
Step-3: double click on I/O pin plan -pre-synthesis
That will launch a PlanAhead software
Step-4: Plan the pin connections/assignment

Step-5: Do synthesize again

Step-6: Do Implement Design

Step-7: Generate Program File


Step-8: Do Configure Target Device

Step-9: Do -> Boundary Scan

Step-10: Do -> cable setup:

Select Digilent USB JTAG Cable


Step-11: Again right click choose and choose source file ----.bit file ​file name is module
name.

Step-12: Do programming the device:

You might also like