Top "Fpga" questions

A Field-programmable Gate Array (FPGA) is a chip that is configured by the customer after manufacturing—hence "field-programmable".

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 …

c compiler-construction hardware fpga
How to set up Eclipse for FPGA design in VHDL and Verilog)?

I am new with Eclipse, I have used it for SW development and in Altra environment for Nios processor. But …

eclipse eclipse-plugin vhdl verilog fpga
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 …

hardware random verilog fpga
How to generate pseudo random number in FPGA?

How to generate pseudo random number in FPGA?

random fpga
How to make the 2-complement of a number without using adder

In two-complement to invert the sign of a number you usually just negate every bit and add 1. For example: 011 (3) 100 + 1 = 101 (-3) …

vhdl verilog fpga twos-complement
Difference between unsigned and std_logic_vector

can anyone tell me about the difference between below written statement. signal A: **unsigned**(3 downto 0); signal B: **std_logic_vector**(3 …

vhdl fpga
How can I calculate propagation delay through series of combinational circuits using Verilog and FPGA?

I'm new to FPGA and HDL but I'm trying to learn and cant figure this out. How can I calculate …

verilog fpga
is there a verilog tutorial where you build a very simple microprocessor?

I'm a programmer wishing to learn verilog. What would be amazingly neat would be a tutorial where one constructs a …

verilog fpga microprocessors
What FPGAs (Field-Programmable Gate Arrays) can one buy to experiment with at home?

What is an FPGA, and where can I buy one? How much do they cost? What sort of system do …

fpga
How to generate .rbf files in Altera Quartus?

What are .rbf files and how can i generate them from the Quartus output file .sof on windows ?

fpga intel-fpga quartus