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.

Microblaze design for FPGA

Status
Not open for further replies.

nitinmrec

Newbie level 2
Joined
Feb 8, 2008
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,294
The user application (coded in C) after compilation gives .elf file.
If the file size is greater that it can't fit in teh block RAMs. How to tell tha main code to jump to the executable sitting in FPGa or SDRAM through XPS or SDk
 

hello friend....
bootloader of microblaze...
you can use it to direct the uBlaze to fetch code from external memory
regards..
 

I did that...and then try to download the executable i.e. elf file in the flash memory which is attached as OPB peripheral. Whenever I try to program the flash memory the error comes saying MDM missing....any idea\??
 

how are you programming the flash...?
have you refered to "Programming Flash Parts from XPS" section of edk help?

There are three ways to initialize external memory with software applications (ELF files) or data files:

Downloading a design using XMD

Using Bootloaders

Using System ACE™

please refer to edk help...for more details...Π
 

i think you need to check your opb_mdm version.

in ml401 board the opb_mdm needed to be changed to opb_mdm_v2_01_a.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top