Author Topic: compiling c++ to verilog/vhdl for fpga  (Read 7170 times)

Offline bonze82

  • Single posting newcomer
  • *
  • Posts: 2
compiling c++ to verilog/vhdl for fpga
« on: February 27, 2014, 06:52:20 am »
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.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: compiling c++ to verilog/vhdl for fpga
« Reply #1 on: February 27, 2014, 11:49:47 am »
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