Microblaze
Comp.Arch.FPGA is a worldwide Usenet news group that is used to discuss various aspects of Field Programmable Gate Array (FPGA) based computing systems development.
We found 1232 threads matching "microblaze"
You are looking at page 1 of 31.
The most relevant threads are listed first
2005-02-08 06:45:00
Hi Everybody,
I wonder some thing about microblaze and picoblaze.
*I must buy some tools for use microblaze or picoblaze? I think I must
buy Xilinx EDK for microblaze.
*EDK includes C/C++ compiler? or any?
*There are advantages at Debugging?
*If I use microblaze, FPGA'll be only processor? or ...
Hi,
Matlab SysGen provide a microblaze module that we can have the design of
microblaze processor together with other FPGA logic solely defined in the
SysGen design environment. But when I try to place more than one microblaze
module, says two microblaze communication through some FPGA logi...
upforever - 2006-02-13 20:26:00
I have used sysgen to build a model with microblaze, but i don't know the
difference between the two functions: microblaze_nbwrite_datafsl and
microblaze_bwrite_datafsl. Will the later function stop the microblaze
until finishing writing operation? thanks.
moreover, can i debug my c source code of ...
Shant - 2007-06-05 10:58:00
Hi,
My basic version of design has two interconnected microblaze, FSL has
been used for interconnection.
There is one application on each microblaze such that frist writes to
second then the second microblaze sends some data back to the first
one.
My problem is that while performing Buil...
2007-02-05 05:07:00
Hi
I'm starting to use the gnu mb-gcc compiler but I get this error
message:
mb-gcc test1.c
/cygdrive/d/xilinx/gnu/microblaze/nt/bin/../lib/gcc/microblaze/
3.4.1/../../../../microblaze/bin/ld: can't open input file: /cygdrive/
d/xilinx/gnu/microblaze/nt/bin/../lib/gcc/microblaze/3.4.1/.....
Yannick - 2007-11-24 08:03:00
Hi,
How many long Xilkernel take to startup with microblaze (System
Clock : 50 MHz).
On my design, the Microblaze need more than 30 second to create the
first thread after xil_kernel_main().
Regards,
Yannick
...
AnonymousFC4 - 2006-04-22 01:44:00
As of today, could anyone tell me:
1) Are Xilinx tools for FPGA design, especially microblaze, actually, solid,
good, usable?
2)Does anyone has RTOS experience with microblaze?
If yes, which one?
Please comment the answer.
Thanks.
--
...
sjulhes - 2006-09-08 04:08:00
Hello all,
We are trying to design a small microblaze design in a spartan 3 and the
problem we have is that the microblaze does not always start when the
bitsream is downloaded with JTAG.
But when we implement the debug module it always works.
Does anyone has a clue ?
Is it timing prob...
Pablo - 2006-12-11 07:32:00
Hi, I am trying to integrate a ps2 core (for Keyboard) to Microblaze
with the Create/Import Wizard. I cannot get this integration since an
error occur from "Sys_clk_pin".
The question is the following?
How can I incorporate VHDL code to a design with MIcroblaze, because I
have a Microblaze ...
spammersarevermin - 2006-02-02 17:21:00
Is there any way for a hobbyist to obtain the EDK in order to work w/
Microblaze? Or is there any other way to obtain Microblaze? I don't
have the experience to be able to go to opencores and dive into one of
the processors there.
Thanks, Tom
Spamming this account signifies
your unqualified...
mfgunes - 2007-08-15 06:39:00
Hi,
I want to do multiplication operation in my Microblaze's Test_Application
in Xilinx Plaform Studio.
But i get some errors.can you help me?
This my code
temp1=j=16;
temp2=temp1*0.5;//error occurs when i use " * "
*com2=(temp2);
These are the error messages
/cygdrive/c/E...
Roel - 2005-02-03 16:53:00
Hi,
I would like to develop software by means of RoseRT, and running it
using the ThreadX OS and a Xilinx Microblaze softcore. There seems to be
a Target Adaptation Layer for ThreadX available for RoseRT and there is
a ThreadX version of Microblaze. Has someone good or bad experience with
...
2006-03-24 06:31:00
Hello There!
We need to profile our software program that runs on the MicroBlaze
SCP. We referred to the Platform Studio user guide. It says so:
"The following steps illustrate profiling on a MicroBlaze program. The
system has BRAM
and External Memory. The system has an opb_timer, and the Int...
2006-11-27 09:38:00
I'm searching Microblaze example projects and codes. I think There are
only a few example on the Xilinx web page. Also I can't find a document
about drivers of microblaze. Dou you know any documents about drivers
like as gpio.h or gpio.c etc?
...
Pablo - 2007-04-10 06:46:00
Does anybody use Setjmp.h for Microblaze?. I have to use this library
but something is wrong, so I have decided to open smtjmp.h and I have
seen that there is no definition for Microblaze. Does anyone use this
library?Does I must define some flag to compile?
Thanks.
...
mizrahi_lior - 2010-05-05 13:25:00
Hello,
My design is an spartan 3 with MicroBlaze.
I'm running functional simulation in NCsim ( CADENCE ).
Does anyone knows how to intergrate an rtl model of the microblaze in the
functional simulation?
I found some .vhd files but they are all encrypted.
Xilinx did not givve me answer abo...
taco - 2007-09-11 10:07:00
hello all,
I'm trying to compile the microblaze-toolchain from source on a 64 bits
linux system, but got stuck. The source from the petalogix repository
doesn't compile. a first problem was solved with help of colleague:
a declaration error in 2 header files of binutils/gas (just wondering if
t...
Frank - 2003-11-05 02:27:00
Hi,
to install your own exception handler routines for the microblaze, you have
to use some library functions. The prototypes are located in the file
"xexception_l.h", but just including this file doesn't work. How can I get
this headerfile into the include directory of the microblaze director...
mfgunes - 2007-07-24 02:52:00
Hello,
I have a block ram in my edk design.It is connected to lmb bram
controller.I want to connect this controller to microblaze.Do i need an
another lmb bus to connect microblaze or can i connect lmb controller to
microblaze with auto-generated "dlmb " lmb bus of microblaze.If i connect
with ...
2006-11-24 08:06:00
Hello,
I have defined some signals which I plan to change dinamicaly with
MicroBlaze as submodule.
Signals are organized as arrays and I will use one index and one data
port to access them (like PicoBlaze IO ports).
What is the best way of interfacing these signals between the
MicroBlaze and...
2006-12-20 17:02:00
Hi,
I am unable to come across any material that critically examines the
reasons I must go in for Microblaze or Powerpc. Is processor
obsolesence the only reason why an FPGA designer would go in for
Microblaze? Could the present PowerPC architecture could become
obsolete?
Regards,
Sandy...
vivek1609 - 2010-06-29 14:38:00
Hi,
I am working on the creation of MicroBlaze. I am able to generate single
BRAM of 64 KB. I would like to have many BRAM (say 4) each of size 8KB
connected to the LMB Bus of the MicroBlaze. Can anyone explain how to do
this.
Thanks
Vivek
-------------------------------------...
spartan - 2005-02-24 15:52:00
I have been looking at the idea of implementing the microcontroller
function into the FPGA using either Microblaze or NiosII. Does anyone
have
experience with these two products?How good is the software development
environment. Does it include breakpoints and examination of register and
memory ...
benn - 2008-09-04 17:05:00
I'm looking into running uClinux on a Microblaze.. and I read that
Microblaze alone uses up about 900 logic cells... not sure how many
gates that equates to, but anyone venture a guess if a Spartan II
(150k gates) with 16MB of RAM, 4MB Flash is enough to run uClinux?
...
charlie78 - 2009-02-18 05:48:00
Hi all,
XPS 10.1 returns me these errors...
/cygdrive/c/Programmi/Xilinx/10.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld.real:
region ilmb_cntlr_dlmb_cntlr is full (TestApp_Memory/executable.elf section
.text)
/cygdrive/c/Programmi/...
Jan - 2009-02-04 05:38:00
Dear all,
I'm working on a small project where I need a microblaze with external
memory.
It needs to be cheep so I guess SDRAM is the right choice? I don't need
much memory.
My next problem is how to connect it to the FPGA so microblaze can use
it. I can't seem to find any detailed do...
Frank - 2003-11-18 03:41:00
Hi,
I'm using a design which contains a microblaze system as submodule. In the
microblaze design there are interrupt used. These interrupts are global
ports in the MHS file. What should I do with these ports in the toplevel
design? The interrupts are generated by OPB devices which exists insid...
Dear all,
I'm currently attempting to simulate the microblaze core, following
the instructions given in the "EDK Microblaze Tutorial v3.2" from
Xilinx. I'm using EDK v3.2 and ISE v5.2, with Modelsim XE v5.6e. I
have also followed the instructions for compiling the behavioural
model libraries...
mb - 2005-04-25 10:55:00
Hi,
Can any1 tell me what exactly is microblaze or in particulat what do
we mean by the term "soft processor" ??
If i have to work on some thing or implement some thing on say virtex
2 board , do i have to use microblaze every time or can i just skip
micro blaze part and do some simple impl...
rajsinghdua - 2009-06-23 07:54:00
I am very new to working on the microblaze and the XPS environment.
Can anybody please guide me on how to interface my 512 mb kingston RAM
with microblaze using xps??
i am working on a digilent board.
...
dartanian - 2007-10-29 12:18:00
Hello fpga community
I try to compile a testbench in order to observe the waveforms of the
registers of microblaze. The problem is that i cannot see any set of
MicroBlaze register waves (32 assigned mb registers) after the
generation of the waveform screen (compile, simulate, run.. ).
Initi...
Klaus Petersen - 2008-06-14 16:18:00
Hi.
I've spent hours trying to find a simple example/turorial of a
microblaze imorted into system generater for simulation. All i find is
HW co-sim examples.
Is there a tutorial out there that does the following:
Microblaze --> Shared mem --> Scope in simulink.
I would be very happy ...
Jan - 2008-12-16 17:21:00
Hi,
I'm trying to plan a new product. I started out with a design that
involved a FPGA and an external Micro controller. However, I might want
to try to embed the Micro as a MicroBlaze.
Is it possible to implement the MicroBlaze using purely internal BRAM?
Does there exists an USB core ...
kislo - 2008-03-31 08:23:00
hi, is it possible to increase the available memory for a microblaze
after it has been created ? .. i have created a microblaze with 16kb
blockram using the base system builder, but now i want to use 32kb ..
can this be changed?
...
nola94 - 2009-10-27 12:25:00
hi all,
i am using spartan 3e starter kit and i want to save the data captured from
onboard adc(14 bit word) to a text file...at the moment i use edk and write
my results on the screen through rs232 using microblaze...how i can save
the data in a text file?
i tried by using fprintf but i get the f...
Jack - 2005-02-18 00:54:00
hi all
I am wondering if it is feasible for OPB to connect microblaze and
BRAMS.
For instance, OPB connects one microblaze and 2 64KB BRAMS (with
different address map). Each BRAM is instruction/data dual port. So
programmer may consider the system has 128 KB memory space.
How do you fin...
I'm planning to use Microblaze in my project without using DMA devices. It
seems than Microblaze don't have any instruction like "read and auto-
increment register" so if I have to transfer data from a location to
another I have to implicitaly increment pointer. Anyone knows if there is
s...
2006-10-08 04:39:00
Hi all,
I have a microblaze processor that I've built using the EDK and
afterwards simulated and it seems to work fine. Now I need to make two
instances of this Microblaze system in my design.
Can I use the same module and instantiate it twice or I maybe I need to
make a copy of the system and ...
nhurley - 2006-03-01 05:33:00
Hi Guys
Does anyone have a CLB / LUT/ FF/ BRAM count for the microblaze with
and without the FPU on a Spartan 3 ? I'm trying to do some estimation...
...
JD Newcomb - 2007-07-25 15:53:00
Hi, all.
Is it known to be possible to create a Microblaze system without the
OPB?
For example, say I have 1 MicroBlaze with 16KB of d&i BRAM, but I
don't necessarily need the off-chip SDRAM or UART (or any OPB slave
peripheral at all), so I don't include the OPB. And say it's part of a
la...
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
next