Displaying 2 results from an estimated 2 matches for "aemb".
Did you mean:
admb
2011 Jun 30
0
[LLVMdev] New target for Microblaze clone with two threads.
Hi guys,
I'm new here. I want to write a backend for a microblaze clone, aemb. (
http://www.aeste.my/aemb).
I already copy the existing Mblaze target and rename it into aemb and it
work exactly as Mblaze, for now.
My plan after this is to modify it according to my aemb core.
The difference between aemb and MBlaze is that aemb support *two threads*.
Any advise or guide where...
2011 Jul 21
0
[LLVMdev] Segmentation fault after Running Pass Machine Instruction LICM
Hi guys,
I am trying to write a new backend for my microblaze clone core. The core
call aemb.
When I run llc -march=aemb test.bc -o test.s for it, then I get this error,
*shaiful at EL1850B:~/Test$ llc -march=aemb test.bc -o test.s*
> *0 llc 0x08a13d38*
> *Stack dump:*
> *0. Program arguments: llc -march=aemb test.bc -o test.s *
> *1. Running pass 'Function Pass Man...