Questions tagged [picoblaze]

PicoBlaze is a very small processor core designed for Xilinx FPGAs. It is intended to work as an advanced state machine for controlling IO inside an FPGA.

PicoBlaze is a very small processor core designed for Xilinx FPGAs. It is intended to work as an advanced state machine for controlling IO inside an FPGA.

It has been reimplemented in generic VHDL as PacoBlaze. This implementation doesn't use any Xilinx-specific libraries. It is very configurable, but remains software and cycle timing compatible with the original implementation.

PicoBlaze is seen as the little brother of MicroBlaze.

See also

6 questions
12
votes
2 answers

How do you tell if an FPGA is capable of running an ip core?

I'm looking at a cheap board to start on and I'm wondering if I'll be able to fit a Picoblaze, LEON, S1, or OpenRISC core on there. Is there any way to tell?
Shawn J. Goff
  • 1,622
  • 16
  • 27
11
votes
4 answers

Suggested FPGA board

This is my first look into FPGA, but heavy background in software development. Would like to purchase a board to learn with, but would eventually like to be able to run an early 80's style Z80 based computer (think TRS80 model I say). I've been…
Brad
  • 111
  • 4
4
votes
3 answers

Documenting Digital Design - Schematics and Figures

I'm working on a small digital design using a Xilinx picoblaze softcore processor, and I'm finding that producing schematics of acceptable quality to be frustrating and time consuming. I've attempted to shoehorn previously drawn schematics (From…
trayres
  • 598
  • 2
  • 12
3
votes
3 answers

Microcontrollers: Can I perform floating point operations in a Picoblaze controller?

I wonder if I could perform floating point operations in a Picoblaze controller? Thank you to all posible answers with direct references to documentation or articles.
Peterstone
  • 945
  • 2
  • 14
  • 30
2
votes
1 answer

pBlazSim Picoblaze simulator - Trouble Getting Started

I've been trying to simulate my Picoblaze code with pBlazSim, but I'm having trouble with the lack of documentation. Am I missing something? Could someone point me in the right direction? Edit - I've been confused as to how to add software…
trayres
  • 598
  • 2
  • 12
2
votes
1 answer

Trouble running picoblaze code

I am running a simple picoblaze code where I am using two addresses and sending a high strobe on both the addresses, the assembly code has no loop, so technically my code should run ONLY once but the high signal on the addresses that I am using is…
alexhilton
  • 529
  • 2
  • 8
  • 16