how FPGA work step by step?
dear all
i am newbie in FPGA, i would like to know how FPGA work step by step, for example, i have a program made by c++, how can i run on it? and why it run fast than my pc? thanks a lot
sincerely
Tags:
dear all
i am newbie in FPGA, i would like to know how FPGA work step by step, for example, i have a program made by c++, how can i run on it? and why it run fast than my pc? thanks a lot
sincerely
Comments
April 9, 2010 - 5:23pm
FPGA design process: Design
FPGA design process:
Design Entry -> Simulation->Synthesis->Technology mapping->Placement and routing->Bit file-> download to FPGA.
Design Entry : HDL language ( Vhdl,Verilog)
As far as you know , you cant run a c or c++ code on fpga. FPGAs uses faster clock that's y it runs faster than pc i guess.