Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST

Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | Microblaze Code and XMP functions

There are 4 messages in this thread.

You are currently looking at messages 0 to 4.

Microblaze Code and XMP functions - 2006-11-27 09:38:00

I'm searching Microblaze example projects and
codes. I think There are
only a few example on the Xilinx web page. Also I can't find a document
about drivers of microblaze. Dou you know any documents about drivers
like as gpio.h or gpio.c etc?




Re: Microblaze Code and XMP functions - Antti - 2006-11-27 09:40:00

iceg...@gmail.com schrieb:

> I'm searching Microblaze example projects and codes. I think There are
> only a few example on the Xilinx web page. Also I can't find a document
> about drivers of microblaze. Dou you know any documents about drivers
> like as gpio.h or gpio.c etc?

those documents are on EDK CD, not on xilinx website.
some of them are website too, but not all

Antti

______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: Microblaze Code and XMP functions - 2006-11-27 09:48:00

Antti wrote:
> iceg...@gmail.com schrieb:
>
> > I'm searching Microblaze example projects and codes. I think There are
> > only a few example on the Xilinx web page. Also I can't find a document
> > about drivers of microblaze. Dou you know any documents about drivers
> > like as gpio.h or gpio.c etc?
>
> those documents are on EDK CD, not on xilinx website.
> some of them are website too, but not all
>
> Antti

I have got EDK Eval DVD but there is no document. How I can learn it?


Re: Microblaze Code and XMP functions - Steve - 2006-11-28 02:45:00

The gpio.c and gpio.h can be found under the
directory of your project:
\project_dir\microblaze_0\libsrc\, which includes the driver code for the 
pheriphals in your system.

Besides, you can find lots of valuable information in the EDK documentation, 
such as driver API.

<i...@gmail.com> 
??????:1...@h54g2000cwb.googlegroups.com...
> I'm searching Microblaze example projects and codes. I think There are
> only a few example on the Xilinx web page. Also I can't find a document
> about drivers of microblaze. Dou you know any documents about drivers
> like as gpio.h or gpio.c etc?
>