Tagged Questions
The microblaze tag has no wiki summary.
3
votes
1answer
213 views
Branch to Interrupt Handler on Microblaze CPU, Assembly Language
i'm pretty new to assembly language and microblaze cpus and i have a problem getting interrupt handling working.
i'm forced to write my own startup and init routines. (stuff that is usually ...
1
vote
3answers
70 views
How to include and translate custom instructions/extension on standard C/C++ code keeping performance high
I'm developing a general purpose image processing core for FPGAs and ASICs. The idea is to interface a standard processor with it. One of the problems I have is how to "program" it. Let me explain: ...
1
vote
3answers
731 views
Xilinx Microblaze C and assembly
I have an application written in C for a Xilinx Microblaze core. However, the performance isn't quite what I want so I was considering rewriting some of the core functions in assembly. I'm having ...
0
votes
0answers
34 views
When Interrupt is recognized, ISR bit is not set for the peripheral
I am currently working on writing code using ISE 13.2 on Virtex 6 FPGA on the ML605 evaluation board.
I have imported a new peripheral to my design. This peripheral generates Interrupts. However, ...
0
votes
2answers
213 views
Finding Absolute Value In Verilog Data Designated by System C/Xilinx X
I have been trying to find the Absolute value of an integer which is designated to Verilog core using Xilinx system C, what i have seen is that verilog treats the negative number as a positive number.
...
0
votes
2answers
79 views
What is wrong with this? [closed]
Anywhere I put this in my code ...
float check_alphas[6];
I get error: parse error before "check_alphas".
I am using microblaze gcc. Any idea what can cause this? I am really going mad now!
0
votes
1answer
47 views
Running time vary on Microblaze after code modification
When I do some modifications in my code that runs on Microblaze, I sometimes see a large discrepancy in runtime for the execution of code that follows the same path. To illustrate, what I really mean ...
0
votes
2answers
423 views
Is it possible to program Microblaze without EDK, on any Xilinx FPGA?
Is it possible to program Microblaze without EDK, on any Xilinx FPGA device ?
I am developping under Linux.
Is there advisable tutos/books about that ? Is there a stable open-source clone ?
Thx
...
0
votes
3answers
666 views
Tutorials for problems with Xilinx's microblaze IP Stack
My team is using the microblaze and we're having some trouble with the ip stack.
I am usually not an embedded programmer but I would like to learn how to help.
Are there any tutorials about IP stacks? ...