Forum Discussion
FPorr
New Contributor
6 years agoHi,
thank you for the reply, I attached a simple test case to reproduce the error.
The build commands I used were:
# Host application
make
# Kernel
aoc -march=emulator krnl.cl -o bin/krnl_emu.aocxand for execution:
CL_CONTEXT_EMULATOR_DEVICE_INTELFPGA=1 bin/host bin/krnl_emu.aocxDepending on which size define is enabled in krnl.cl, the application either crashes or executes.