Tagged Questions
A Field-programmable Gate Array (FPGA) is an chip that is configured by the customer after manufacturing—hence "field-programmable".
23
votes
5answers
4k views
Getting started with FPGA programming [closed]
I want to play around with FPGAs.
I'm looking for advice getting on started.
Can anyone recommend good FPGA boards that I easily start programming for? How much should I look at spending?
Can I ...
20
votes
19answers
7k views
Best way to learn how to use FPGAs
In next weeks probably I will have some little FPGA to play with. I have a programmer background (C, C++, Java mostly) and some (very) limited experience in electronics.
What are the best tools to ...
17
votes
6answers
682 views
How difficult is it for an old-school programmer to pick up an FPGA kit and make something useful with it?
I'm an old, old, old coder. (How old? I've used paper tape in anger.) I've programmed in a lot of languages and under a lot of paradigms (spaghetti, structured, object-oriented, functional and a ...
15
votes
8answers
8k views
CUDA vs FPGA?
I am developing a product with heavy 3D graphics computations, to a large extent closest point and range searches. Some hardware optimization would be useful. While I know little about this, my boss ...
10
votes
6answers
536 views
C-to-hardware compiler (HLL synthesis)
I try to make an survey/history of all C-to-hardware compilers.
For all that dont know them: they take C code then translate it into some hardware description language (like VHDL or Verilog), which ...
10
votes
7answers
945 views
Experiences with Test Driven Development (TDD) for logic (chip) design in Verilog or VHDL
I have looked on the web and the discussions/examples appear to be for traditional software development. Since Verilog and VHDL (used for chip design, e.g. FPGAs and ASICs) are similar to software ...
9
votes
7answers
477 views
What FPGAs (Field-Programmable Gate Arrays) can one buy to experiment with at home?
What the heck is an FPGA -- where can I buy one? How much do they cost?
What sort of system do you need to experiment with them? How to program them?
Can you "load" if that's the right term an FPGA ...
8
votes
10answers
2k views
What language to learn for microcontroller programming?
I'm getting into microcontroller programming and have been hearing contrasting views. What language is most used in the industry for microcontroller programming? Is this what you use in your own work? ...
7
votes
4answers
473 views
Algorithms FPGAs dominate CPUs on
For most of my life, I've programmed CPUs; and although for most algorithms, the big-Oh running time remains the same on CPUs / FPGAs, the constants are quite different (for example, lots of CPU power ...
7
votes
5answers
2k views
Open-Source Field-Programmable Gate Array (FPGA) Development Tools
I want to pick up FPGA programming. I've heard all types of horror stories of proprietary tools. Is there any entirely open-source tool chain available?
If not, how should I learn this? My ...
6
votes
3answers
352 views
Implementing a real-time, run-time compiler on an FPGA
I'm curious to hear people's opinions on how hard it would be to implement a compiler on an FPGA. This could just be a compiler backend, LLVM for example, and the implementation would just take in ...
6
votes
2answers
408 views
Ideas for a flexible/generic decoder in VHDL
I want to create an address Decoder that is flexible enough for me to use when changing the number of bits of the selector and of the decoded output signals.
So, instead of having a static (fixed ...
6
votes
4answers
1k views
What is a good FPGA book for a beginner with plenty of programming experience?
As a software engineer for embedded systems and having worked with several different ASICs I have had an itch for FPGA programming for a long time. A couple of years ago I looked into getting a ...
6
votes
3answers
273 views
Comparing FPGA with ASIC design
I have a fundamental question. I produced some FPGA image for some media application and
now I would like to compare my results to the ones of ASIC implementation of the same algorithm in terms of ...
6
votes
6answers
4k views
Random number generation on Spartan-3E
I need to generate pseudo-random numbers for my genetic algorithm on a Spartan-3E FPGA and i want to implement it in verilog: could you give me any pointers on this?
5
votes
5answers
67 views
Can you program FPGAs in C-like languages?
At university I programmed a FPGA in a C-like language. However, I also know that one usually programs FPGAs in Verilog or VHDL. Is this a designer choice? If so, what are the performance drawbacks?
...
5
votes
1answer
261 views
How to stream a small video in spartan 3e fpga?
By Using cosmiac tutorial 13 http://www.cosmiac.org/tutorial_13.html and ISE 10.1 the pdf file shows how to generate an image and you can download the project by clicking the first .zip file. At the ...
5
votes
1answer
229 views
Where can I find a definitive list of the ModelSim error codes?
I am running some VHDL through ModelSim. Each error and warning has its own error code (like this: (vcom-1292) Slice range direction "downto" specified in slice with prefix of unknown direction. This ...
5
votes
8answers
336 views
Looking for a micro programmable FPGA + machine
I'm looking for a FPGA + machine.
It should be entry level pricing (e.g no more than $200).
EDIT: I want to make an ASM chart and program the FPGA to act like I specified in the chart
5
votes
3answers
310 views
Circuit that counts the number of set bits in 15-bit input
How to build an area-efficient circuit that counts the number of set bits in 15-bit input using 4-input LUTs (look-up tables). The output is obviously 4-bit (counts 0-15). Some claim that it's ...
5
votes
2answers
330 views
Fault (radiation) tolerant soft core?
I've a question...
is there a certification or something that decides if a soft core is fault tolerant or not?
and another question...I've seen that LEON3-FT is radiation tolerant only implementd on ...
4
votes
4answers
64 views
Is it necessary to register both inputs and outputs of every hardware core?
I am aware of the need to synchronize all inputs to an FPGA before using those inputs in order to avoid metastability. I'm also aware of the need to synchronize signals that cross clock domains within ...
4
votes
3answers
202 views
How to program FPGA using F#
I usually use F# for writing numerical algorithms. Functional programming constructs in F# helps to express algorithms in a very natural way. I often end up with a succinct and understandable ...
4
votes
1answer
120 views
Parameterized Bit-fields in verilog
Is it possible to parameterize a bit-field in verilog? Essentially I want to use a parameter or alternative to define a bit-range. The only way I can think of doing this is with a `define as shown ...
4
votes
1answer
308 views
Matrix Multiplication of two Complex Vectors in Simulink
Two questions really, But I would like to make it more descriptive :
I am implementing a Modulator which involves Matrix Multiplication of complex Vector:
Just to give an example :
...
4
votes
4answers
432 views
Starting FPGA Programming
I want to start FPGA programming. I don't have any knowledge at all about how FPGAs work and such. I would like to get a development board, not too expensive, but it should have at least 40 I/O pins. ...
4
votes
2answers
245 views
FPGA Place & Route
For programming FPGAS, is it possible to write my own place & route routines? [The point is not that mine would be better; the point is whether I have the freedom to do so] -- or does the place ...
4
votes
6answers
488 views
verilog modelsim fpga
Sorry for Newbish question.
I am trying to learn about FPGA programming.
Before I spend $1K on a FPGA board:
if I just want to learn Verilog, can I run it entirely in Modelsim? (I realize there are ...
4
votes
4answers
1k views
Neural Network simulator in FPGA?
To learn FPGA programming, I plan to code up a simple Neural Network in FPGA (since it's massively parallel; it's one of the few things where an FPGA implementation might have a chance of being faster ...
4
votes
8answers
530 views
Should FPGA design be integrated into a Computer Science curriculum?
If computer science is about algorithm development and therefore not limited to the imaginations of Processor vendors, but to the realm of all that is practically computable. Then shouldn't a FPGA, ...
4
votes
7answers
841 views
Designing system architecture for real time acquisition and 'control'
Brief description of requirements
(Lots of good answers here, thanks to all, I'll update if I ever get this flying).
A detector runs along a track, measuring several different physical parameters in ...
4
votes
4answers
496 views
Good sites/blogs for FPGA development projects
I'm looking for interesting online resources on FPGA development - sites, blogs, that sort of thing. What I'm after is examples of fun (and hopefully not too expensive) projects that one can try out ...
3
votes
2answers
91 views
Parallel processing on FPGA. How to start with?
I have a computational intensive task which I used CUDA to implement it and now I want to make it even faster with FPGAs (if possible)
The system I want to implement is a series of computations each ...
3
votes
2answers
128 views
How to determine how many slices a design uses
I've implemented a 16-bit ALU and a register file in VHDL using the Xilinx ISE. I've been asked how many slices my design uses, and I have no idea how to go about answering that question. I'm not ...
3
votes
6answers
333 views
Approximate e^x
I'd like to approximate the e^x function - is it possible to do so using multiple splines type based approach? i.e between x1 and x2, then y1 = a1.x + b1, between x2 and x3, then y2 = a2.x + b2 etc
...
3
votes
4answers
414 views
Nested if (rising_edge(clk)) statements in VHDL
so I’ve come across some old code that I have to replicate, but it won’t compile with the new Xilinx compiler, so I need to figure out exactly what it does. I have something like this:
if ...
3
votes
2answers
238 views
What are best practices for optimizing pipeline throughput for fpga implementations?
How does one for example make the best use of retiming and/or c-slow to make the most of a given pipeline.
With retiming, some modules get better results by putting the shift registers on the inputs ...
3
votes
1answer
97 views
Reset an Altera M9K's content to 0 (power-up value)
Good day,
I am working on a Stratix III FPGA which contains M9K block memories, the contents of which are conveniently initialised to zero on power-on. This suits my application very well.
Is there ...
3
votes
3answers
322 views
Simple State Machine Problem
I have a very simple FSM which should drive some output signals of an external RAM. The problem that I have comes with handling the data bus
which can be input as well as output... I am not too sure ...
3
votes
1answer
179 views
Development process for an embedded project with significant hardware changes
I have a good idea about Agile development process but I have no ieda how to map that to a embedded project with significant hardware changes.
I will describe below what we are currently doing ...
3
votes
5answers
575 views
Resources for learning Verilog
I'm new to Verilog. Can someone suggest a learning resource, book, video, blog or anything that they had a good personal experience with and helped them learn it faster?
If it helps, I have ...
3
votes
4answers
477 views
FPGA Programming and how does IP Core licensing work?
I have been looking into developing a hardware module for HD video capture. I an new to the whole thing so I looked around and found that I need an FPGA development board to test my design out and ...
3
votes
1answer
194 views
Do bitwise operations distribute over addition?
I'm looking at an algorithm I'm trying to optimize, and it's basically a lot of bit twiddling, followed by some additions in a tight feedback. If I could use carry-save addition for the adders, it ...
3
votes
2answers
648 views
Using XILINX XPS with Microblaze - quickest way to program the fpga
I'm designing a micro controller based around the microblaze microprocessor on a xilinx fpga. Most of the hardware setup is done. All I'm updating at this point is the c code to be run on the ...
3
votes
5answers
450 views
FPGA based RTL evaluation
Currently I am testing some RTL, I am using ncverilog, and it is very ... very slow. I have heard that, if we use some kind of FPGA boards, then things will be faster. Is it for real?
3
votes
1answer
272 views
How to use an OLED display for an Avnet Virtex4?
I have an Avnet ADS-XLX-V4FX-EVL12-G (Virtex4 Evaluation Board) with
OLED display. I used Xilinx EDK 10.1 with Xilinx Platform Studio 10.1
and succeded to upload some basic app to the board (serial
...
3
votes
4answers
260 views
Best way to approach FPGA Device Requirements
When designing FPGA systems how can I estimate roughly the number of logic blocks a given task would require?
Anyone have a rough order of magnitude on what I should expect for these comon devices?:
...
3
votes
3answers
509 views
Configurable processor implemented on FPGA board
For a university mid-term project I have to design a configurable processor, to write the code in VHDL and then synthesize it on a Spartan 3E FPGA board from Digilent. I'm a beginner so could you ...
2
votes
3answers
166 views
Mapping a port in Xilinx Platform Studio and reading it in C
I'm working in Xilinx Platform Studio, and what I essentially want to do, is have a VHDL module output some values, and then I would like to be able to read that value from another program written in ...
2
votes
3answers
158 views
24 bit counter state machine
I am trying to create a counter in verilog which counts how many clock cycles there have been and after ten million it will reset and start again.
I have created a twenty four bit adder module along ...