Forum Discussion
HRZ
Frequent Contributor
5 years agoYou cannot do that. OpenCL kernels can only be synthesized into a working aocx file using the standard compilation flow of "aoc". If you want to modify the generated RTL code, C/C++ HLS is probably a better option for you:
https://www.intel.com/content/www/us/en/software/programmable/quartus-prime/hls-compiler.html
- anaza35 years ago
New Contributor
Then what is the point of creating a Quartus project if I can't use it? Why wouldn't I be able to change the aoc and continue the flow as before?
Particularly right now I don't want to change the RTL but I want to use chip plan/design partition. Would that be possible?