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.