Questions tagged [xilinx-edk]

The Embedded Development Kit (EDK) is an integrated development environment for designing embedded processing systems. This pre-configured kit includes Xilinx Platform Studio and the Software Development kit, as well as all the documentation and IP that you require for designing Xilinx Platform FPGAs with embedded PowerPC® hard processor cores and/or MicroBlaze™ soft processor cores.

48 questions
-1
votes
2 answers

need your help for the following vhdl code in Xilinx tool

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity conv_enc is Port ( clk : in STD_LOGIC; rst : in STD_LOGIC; inp : in STD_LOGIC; outp : out …
-1
votes
1 answer

Error on converting bit files to ace files

I want to convert .bit file to .ace file using the command prompt. I try to create .bat file to do that. But when I execute the command, no files are added to the specified directory. The batch file is named makeace and has this code: @echo off if…
sepeee
  • 47
  • 1
  • 6
-1
votes
1 answer

How uboot gets loaded

How does the uboot gets loaded for a particular embedded linux device? Is there a program inside the chip that searches for uboot inside the sd card or it is some another concept?
harshul jain
  • 51
  • 2
  • 9
1 2 3
4