Forum Discussion
Altera_Forum
Honored Contributor
14 years agoTutorial for C/C++ programming
Hi, I wanted to know how to use C or C++ with my FPGA. I already know those languages but i have no idea how to use them to control my hardware. I know that there is a file called "system.h"...
Altera_Forum
Honored Contributor
14 years agoall right then, next step.
how about this document? http://www.akiron.com/fpga/customipinstruction.pdf this document tells you how to assign your VerilogHDL to your Qsys(SOPC). then you can send value from C-code into your Verilog code. after your Verilog gets value, you can do anything with the value in Verilog HDL. is that what you want?