FPGARelated.com
Forums

Soft-Cores processors

Started by makni April 9, 2014
Hi everybody,

I'am working on the massively parallel processing on chip (MPPSoC)on ML507
virtex5 board. I'm looking for an open source softcore processor which I
can interface it to Microblaze processor (for example: in my design i need
a master processor which is the xilinx microblaze and 4 slave opensource
processor which are connected to Microblaze).

I found a three Microblaze clones(aeMB, MB Lite and OpenFire) but I don't
know how to integrate them in EDK, If there is someone who can guide me to
know what's the suitable opencore that can be implemented into EDK and
connected to Microblaze.

Thanks in advance.	   
					
---------------------------------------		
Posted through http://www.FPGARelated.com
Hi Makni,

makni <99260@embeddedrelated> wrote:
[]
> I found a three Microblaze clones(aeMB, MB Lite and OpenFire) but I don't > know how to integrate them in EDK, If there is someone who can guide me to > know what's the suitable opencore that can be implemented into EDK and > connected to Microblaze.
I'm not familiar with EDK, but MBlite has a WishBone wrapper. It shouldn't be that difficult to integrate it within your SOC. Out of curiosity, why using the Microblaze when you can use the MBlite? IIRC only few instructions are not implemented in the MBlite version. Morevoer the processor is highly configurable with additional hardware operations (hard multiplier and hard barrel shifter). We are currently working on adding an fpu to that core, but it is still unclear what will be the license (sigh!). Al