Altera_Forum
Honored Contributor
12 years agoInserting custom verilog into OpenCL toolflow
I'm looking to write some custom verilog code and add it to my OpenCL auto-generated Qsys system.
The problem is, I want this newly modified system to be generated as a ,aocx file. Is this possible? If so, how do I do it? I'm not sure if separating the commands from AOCL will do this. I've tried: aoc -c <mykernel>.cl then adding in my own code then: aoc <mykernel>.aoco Will the aocx generation rely on the modified Quartus project files, or the unmodified aoco?