The MicroBlaze is an open (usage documentation is available, but closed source) soft core Processor designed by Xilinx for their FPGAs. It is optimized for space usage and execution for Xilinx's FPGAs.
1
vote
2answers
63 views
What minimal files needed for Microblaze rebuild
I am working on a Xilinx project that contains a microblaze design. I am curious the minimal file set needed to store the hardware portion of the project in Git (or some other CM tool) and still be ...
0
votes
0answers
35 views
Is it a bug in ISE with XPS
When I first exported my xps project to sdk , and programmed FPGA (from SDK) , i ran a simple GPIO code on it and it printed out "1100".
then i closed EDK and opened ISE made a new project
clicked ...
0
votes
0answers
21 views
lwip buffer in microplaze application
Simply i check and get data send to my microplaze by cheking payload of my pbuff at recieve callback function , and it works where i can see that microplaze echoes back my messages but when i tried ...
1
vote
3answers
95 views
string comparison in c
I am writing a c program for my microblaze on the fpga now i want to check if i recieved the message ok but strncmp and strcmp are not working the only way that is working is this way :
...
1
vote
0answers
81 views
Problems with .ucf file for my microblaze system in ISE
ok so i added my microblaze from XPS generated a topvhdl file added the ucf file and in my microblaze i have 4 GPIO but i didnt put any of thier pins in the .ucf file although they are present as ...
0
votes
2answers
103 views
Send UDP packet to fpga spartan 3e via ethernet
I want to send UDP packet to fpga which includes microblaze. But i have a problem about ip address. Where can i get the ip address of fpga.
0
votes
0answers
30 views
What does the GNU ld linker error “unknown relocation type 30” mean?
A coworker and I ran into this odd error today using the following version of LD:
$ mb-ld --version
GNU ld (GNU Binutils) 2.21.53.20110813
Copyright 2011 Free Software Foundation, Inc.
This is part ...
2
votes
0answers
65 views
customizing lwip microblaze echo example
In the echo example we have this function that send again same packet so to echo back the data , i wanted to change it so to send a fixed data whatever the user sends so i changed this :
err = ...
1
vote
1answer
190 views
simple data transfer with microblaze and lwip
So I cant find in the internet any simple example than echo program for microblaze and lwip which is working fine for me and here are thier files :
echo.c :
/*
* Copyright (c) 2009 Xilinx, Inc. ...
0
votes
0answers
62 views
uartlite on Spartan3E-500 Nexys2
I have a Microblaze build embedded on my Nexys2 that includes a uartlite port. I am trying to get this to communicate with an LCD screen, but haven't had any luck. Here is my code, can someone see ...
0
votes
0answers
61 views
MB-GCC Generates Assembly That Overwrites Values In Stack
Setup:
Tool Version: mb-gcc from ISE 14.3
Microblaze Version: 8.40.b
I was having stack violation issues with some code and I narrowed the problem down to this (I realize these example functions ...
0
votes
0answers
118 views
Xilinx SDK on Red Hat Linux — Fatal Error — UtilitiesC, Portability.msg
I recently installed xilinx SDK standalone on my red hat linux server. This is part of an effort to integrate the microblaze build into a larger build environment (the hardware design involves a host ...
0
votes
1answer
203 views
Microblaze Cross Compile
Does anyone know how to use gcc to compile a bare-metal program for xilinx's microblaze processor?
It is very easy to do this with xilinx sdk, but now I am trying to integrate the microblaze build ...
1
vote
1answer
231 views
Thread safety of C++ on MicroBlaze
Has any one ever written a multi-threaded C++ application for MicroBlaze? The Xilinx documentation states that:
The standard C library provided with EDK is not built for a multi-threaded ...
1
vote
1answer
93 views
Xilinx XPS: use DIP Switch for select
I'm trying to use a DIP-switches as select-signal in another module.
So the DIP-switches are an external component.
I always get the following error:
ERROR:NgdBuild:924 - bidirect pad net ...
0
votes
0answers
110 views
unlocatable file in eclipse for Xilinx SDK project
I am using Xilinx's SDK (v14.2) to debug a microblaze processor on an FPGA. The software is eclipse underneath and has started giving me lots of issues (occasionally will work, most of the time it ...
1
vote
1answer
356 views
What linux kernel code creates /sys/devices/system/cpu/cpuX?
I am developing a cpufreq driver (as a loadable kernel module) for the microblaze architecture. I have some FPGA logic that is able to scale the on-system clock and it works quite well. I have ...
-1
votes
1answer
182 views
Xilinx Microblaze Structure padding/Packing
I have two structures :
Struct _size1 {
union{
short a;
struct {
char b;
char c;
}d;
struct {
...
3
votes
2answers
344 views
Loop Unrolling -Microblaze C programming
Can we have loop unrolling in Microblaze C programming using EDK?
This is required because
I need more performance. Traditionally my C code will run serially, so having loop unrolling using some ...
4
votes
3answers
543 views
How does a debugger like gdb work to set a breakpoint through JTAG?
i'm working on debugging with gdb. i wanted to know how gdb works internally to set a brekpoint on an embedded processor through JTAG.
1
vote
3answers
157 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: ...
3
votes
1answer
783 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 ...
0
votes
2answers
1k 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.
...
-1
votes
2answers
92 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
142 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
1k 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 ?
1
vote
4answers
2k 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
3answers
1k 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? ...