Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to combine ISE and XPS ?

Status
Not open for further replies.

ggniy

Junior Member level 2
Joined
Dec 26, 2007
Messages
21
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,524
hi ppl!

anyone noe how to combine ISE ans XPS?im doing a project on microblaze to display character on a VGA monitor whenever ive typed a character in a hyperterminal. coz ive code for the vga timing (VHDL) and c code tt display the the output of the character in the hyperterminal.

thz!=)
 

import xps project in ise

XPS - Xilinx Platform Studio
ISE - Xilinx Integrated Software Environment (ISE) Project Navigator
 

xps into ise

hi... i'm A newcomer. can anybody give me a tutorial for ISE 4? one more thing, whenever i want to create new project, the design flow for either schematic or vhdl wasn't exist in my design flow. can somebody help me?
 

xps vhdl

1. generate project in xps.
2. export project to ise.
3. in ise add ucf, run p@r.
4. import the bit file back to xps.
5. do update bitstream in xps.
6. configure the device.
 

xilinx xps nothing to be done

shawndaking said:
1. generate project in xps.
2. export project to ise.
3. in ise add ucf, run p(at)r.
4. import the bit file back to xps.
5. do update bitstream in xps.
6. configure the device.

Do you have a simple guide with some examples for a beginner in XPS!
 

ise xps

Recomended way to integrate ise and XPS is
add .XPS file in ise
Then double click on .xps file to open XPS tool
 

xps microblaze to ise

thz thz!

after i've generated and exported the proj, the ouput from the XPS hve shown the following below:

*********
At Local date and time: Thu Jan 31 10:17:44 2008
xbash -q -c "cd /cygdrive/d/new/; /usr/bin/make -f system.make netlist; exit;" started...
make: Nothing to be done for `netlist'.

Done!
At Local date and time: Thu Jan 31 10:18:05 2008
xbash -q -c "cd /cygdrive/d/new/; /usr/bin/make -f system.make bits; exit;" started...
make: Nothing to be done for `bits'.

Done!
Created directory D:\new\projnav\
NPL File projnav\system.ise does not exist. Creating a new project file
At Local date and time: Thu Jan 31 10:18:42 2008
xbash -q -c "cd /cygdrive/d/new/; /usr/bin/make -f system.make exporttopn; exit;" started...
You have chosen XPS for implementation tool flow.
Please select ProjNav as your implementation flow in Project Options.

In batch mode, use command 'xset pnproj <nplfile>'.

Done!
*********

wat does it mean by "In batch mode, use command 'xset pnproj <nplfile>'."?
btw..im using ISE 9.1i and XPS 9.1i..
 

add ise to xps

it seems your project options are set for implementation in XPS.
you can change the prefferencess,to implement in ise.
to do this
go to project tab in toolbar
look for project options/preferencess(dont remember exactly)
change the settings as required.
 

how to import xps to ise with 10.1

ok thz..i will try it..=)

if its possible, i wish my project can implement in XPS only.my objective is to display the character in a VGA monitor.
More Details: the character will be typed into the hyperterminal and display it n a VGA monitor using spartan 3 microblaze.

ive try to add peripheral for the vga port..its touching the .mhs, .mss and .mpd files..am i right to add this peripheral to operate the vga timing?
 

add xps to ise with 10.1 example

Try the example called "**broken link removed**" on the FPGA Developer website. Its an online tutorial website.

On this particular tutorial, they take a VHDL design (developed in ISE) and put it into a peripheral in XPS. The result is, you can then use the PowerPC to control the peripheral and VHDL design.

There are tutorials for beginners also on that website.
 

combine ise xps

I am using EDK9.2i and ISE9.2i. I made a project in EDK and then export it to ISE. When i opened this projet in ISE and compiled it i got the following error.

/************************************************************/
ERROR:LIT:411 - IOBUFDS symbol
"DDR2_SDRAM/DDR2_SDRAM/mpmc_core_0/gen_s3_ddr2_phy.mpmc_phy_if_0/iobs/datapat
h_iobs/gen_dqs[1].dqs_iob/dqs_no_sim.diff_dqs.iobuf_dqs" (output
signal=DDR2_SDRAM/DDR2_SDRAM/mpmc_core_0/gen_s3_ddr2_phy.mpmc_phy_if_0/dqs_in
t_delay_in<1>) does not have IOSTANDARD specified.
Errors found during logical drc.

Design Summary
--------------
Number of errors : 1
Number of warnings : 2

Process "Map" failed
/***************************************************************/
Actually i have developed a simple code(VHDL) for LED on off controlled by switch using ISE and have configured the hardware using XPS . So now i want to add both of them . How can i do this.
And what is the problem for this error. Please tell me.
Thankyou.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top