News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

compiling c++ to verilog/vhdl for fpga

Started by bonze82, February 27, 2014, 06:52:20 AM

Previous topic - Next topic

bonze82

is it possible to export/compile for fpga's/asics or convert c++ to Verilog and export the Verilog to another compiler. I have the Xilinx ide but don't know Verilog yet and need to figure out a way to parallel as much of the code as I can for a pipelined process. I'm a relative noob at c++ but know very little about Verilog and can't seem to get the code I have to run fast enough to effectively utilize the fpga. I'm a hardware engineer that's rusty with c++ and want to port a engine I created to fpga it takes 17 hours to compute on a gpu and looking to cross-compile to fpga. This is not password cracking it's an attempt to predict number patterns and the fpga will greatly speed up algorithm testing.

BlueHazzard

you will need a systemC compiler... C::B is made to support "almost" all compiler, but you have to configure it at your own...
This can help http://wiki.codeblocks.org/index.php?title=User_documentation#Compilers

if you have success, can you please add your procedure to the wiki?

greetings