doonny / PipeCNN

An OpenCL-based FPGA Accelerator for Convolutional Neural Networks
Apache License 2.0
1.22k stars 370 forks source link

Errors in emulating arria10 kernel #76

Closed manojrohit closed 6 years ago

manojrohit commented 6 years ago

I am obtaining the following error. I see that the rtl_lib.h file is in RTL folder. Thus I am not able to generate the conv_pipe_emulation.aocx.

Compiler Command: aoc -march=emulator -v -board=a10gx device/conv_pipe.cl -o bin/conv_pipe.aocx /media/FPGA/Programs_FPGA/PipeCNN-master/project/device/conv_pipe.cl:45:10: fatal error: 'rtl_lib.h' file not found

include "rtl_lib.h"

     ^

1 error generated.

Have I made any mistake?