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.

Recent content by j hemangini

  1. J

    Help me fix combining ISE and XPS codes

    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...
  2. J

    Help me fix combining ISE and XPS codes

    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...
  3. J

    How to combine ISE and XPS ?

    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...
  4. J

    definition of the functions

    I have spartan-3a starter kit. using XPS i have build a new project reffering the manual (Spartan3AN_MB_Example_9_2 / PATH : EDK/ EDK_EXAMPLE). In this project two project are created having name TestApp_Memory and TestApp_Peripheral . Both of these projects are having source files and all the...
  5. J

    want to restore the board to its original condition

    I have spartan-3a starter kit and i want to restore the board to its original configuration. For that, i am using s3ask_out.pdf file[https://www.xilinx.com/products/boards/s3astarter/files/s3ask_out.pdf]. In this file a line is written "use iMPACT in JTAG mode to program xcf04s device with...
  6. J

    can i use ISE version 10.1

    Thanks for your reply.
  7. J

    can i use ISE version 10.1

    I have spartan-3a starter kit and right now i am using ISE version 9.2i as a programming tool. Can i use ISE version 10.1 in place of 9.2i. Thank you.
  8. J

    please check this code

    I am unable to find any problem.
  9. J

    please check this code

    I am using the same configuration for port setting.
  10. J

    how to define an array in vhdl code

    access arrays in vhdl Thanks for your reply. Now i want to know one more thing is that, if i would like to define an array having values in binary format like [1001000001 , 1010010011 , 1010000011 , 1010011011] and also having values in hex like [0x41 , 0x 42 , 0x 43] etc then how can i...
  11. J

    please check this code

    I have written a code for serial transmission on hyperterminal that is given below. -------------------------------------------- entity Tx is Port ( clk : in STD_LOGIC; TxD : out STD_LOGIC; switch : in STD_LOGIC); end Tx; architecture Behavioral of Tx is signal...
  12. J

    how to define an array in vhdl code

    vhdl array definition I want to define an array having values [1,2,3,4,5] etc, and then want access these values one by one . Please tell me how can i define any fixed value array in vhdl code and how can i access values from that array. Thank you.
  13. J

    want to save a string in memory and then transmit on serial

    Re: want to save a string in memory and then transmit on ser Ok. Now can u tell me how can i define an array , and how can i access byte by byte from that arry. If i want to define an array having values[1,2,3,4,5] etc ,and want to access each values one by one then how can i write it in vhdl...
  14. J

    want to save a string in memory and then transmit on serial

    Re: want to save a string in memory and then transmit on ser But firstly how can i save this sentence (I am testing serial) in the memory . Means how can i write it in vhdl code. I have spartan-3a starter kit on which i have to do this work. Thank you.

Part and Inventory Search

Back
Top