laScATuR
New Contributor
2 years agoHello World Agilex Compile
Hello, I am unable to compile the hello world example. I tried compiling the design using the command
aoc device/hello_world.cl -o bin/hello_world.aocx -board=B2E2_8GBx4 -v
but the compilation process errors with the following message in the log:
Error (16025): Partial reconfiguration region mask verification failed for top.kernel CRAM mask. The mask does not match the mask from the base revision.
I've been able to compile other designs fine, but these other designs fail when I add printf statements to the device code, which leads me to think maybe the printf is causing compilation issues. I'm using Intel(R) FPGA SDK for OpenCL(TM), Version 21.2.0, and I am targeting the DE10-Agilex board.