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.

Help me fix combining ISE and XPS codes

Status
Not open for further replies.

j hemangini

Member level 1
Joined
Jul 21, 2008
Messages
35
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,573
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.
 

xps in ise

j hemangini said:
ERROR:LIT:411 - IOBUFDS symbol/.../does not have IOSTANDARD specified
looks like you use an I/O cell or buffer but you did not tell the tool an I/O level
- 3.3V, 2.5, lvds, sstl etc.
add the information and should be ok;
---
 

add ise to xps

All component are defined like this in generated .vhd file of XPS project.

/****************************************************************/
attribute BOX_TYPE of microblaze_0_wrapper : component is "black_box";
attribute BOX_TYPE of mb_plb_wrapper : component is "black_box";
attribute BOX_TYPE of ilmb_wrapper : component is "black_box";
attribute BOX_TYPE of dlmb_wrapper : component is "black_box";
attribute BOX_TYPE of dlmb_cntlr_wrapper : component is "black_box";
attribute BOX_TYPE of ilmb_cntlr_wrapper : component is "black_box";
attribute BOX_TYPE of lmb_bram_wrapper : component is "black_box";
attribute BOX_TYPE of rs232_dte_wrapper : component is "black_box";
attribute BOX_TYPE of leds_8bit_wrapper : component is "black_box";
attribute BOX_TYPE of dips_4bit_wrapper : component is "black_box";
attribute BOX_TYPE of btns_4bit_wrapper : component is "black_box";
attribute BOX_TYPE of spi_flash_wrapper : component is "black_box";
attribute BOX_TYPE of ddr2_sdram_wrapper : component is "black_box";
attribute BOX_TYPE of xps_bram_if_cntlr_1_wrapper : component is "black_box";
attribute BOX_TYPE of xps_bram_if_cntlr_1_bram_wrapper : component is "black_box";
attribute BOX_TYPE of xps_timer_1_wrapper : component is "black_box";
attribute BOX_TYPE of clock_generator_0_wrapper : component is "black_box";
attribute BOX_TYPE of debug_module_wrapper : component is "black_box";
attribute BOX_TYPE of proc_sys_reset_0_wrapper : component is "black_box";
attribute BOX_TYPE of xps_intc_0_wrapper : component is "black_box";
/****************************************************************/

if i have to define the IOBUF here?
if yes then how and if no then where.

Plz suggest me.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top