0
votes
4answers
58 views
Java GUI amd FPGA
Hi,
I study on a robot simulator that written on Java environment.But sonar scan simulations and computational burden of some driven algorithms on robot drop my simulator's perfor …
6
votes
7answers
161 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 si …
6
votes
8answers
2k 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 a …
1
vote
1answer
73 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 …
12
votes
4answers
168 views
Getting started with FPGA programming.
I want to play around with FPGAs.
I'm looking for advice getting on started.
Can anyone recommend good FGPA boards that I easily start programming for? How much should I look a …
2
votes
6answers
612 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?
1
vote
4answers
130 views
Obsolete Xilinx Chip
My company is trying to build a pcb with an obsolete xilinx fpga (XC3042A) which is part of the XC3000 series chips. Does anyone have any experience programming the data to the chi …
1
vote
5answers
145 views
Are there any vendors providing MSIL / CLR on hardware?
I have a set of MSIL / CLR applications (written in C#). I am looking for a way to burn them onto a pure hardware platform. I've seen that Altera has an embedded processor called …
14
votes
17answers
2k 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 …
1
vote
4answers
83 views
FPGA for 3d rendering/modelling
Hi,
I am an experienced C#/.NET developer (actually this is all irrelevant because FPGA is like another level of complexity). While my level of ability is not expert like in C# as …
0
votes
1answer
87 views
TAP (Test Anything Protocol) module for Verilog or SystemVerilog
Is there a TAP (Test Anything Protocol) implementation for Verilog? It would be nice because then I could use prove to check my results automatically.
Update:
10/9/09: It was ask …
3
votes
2answers
89 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 …
0
votes
2answers
53 views
How to estimate FPGA utilization for designing a work a like core?
I was considering some older generation FPGA's to interface with a legacy system. So I want a good way of estimating how much space is necessary to replace an ASIC given its trans …
1
vote
2answers
469 views
VGA standard for Graphics Controller
I'm attempting to create a generic graphics controller for VGA monitors with an Altera FPGA via a VGA connector, but I cannot find any good online resources explaining the standard …
2
votes
8answers
228 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 …
