UOA-PARC-SKA / FDAS

Fourier Domain Acceleration Search, FPGA-accelerated with OpenCL.
GNU General Public License v3.0
3 stars 0 forks source link

Implement a kernel that returns the bitstream's compile-time configuration #9

Open jopperm opened 4 years ago

jopperm commented 4 years ago

Currently, host and kernel code are compiled with the same configuration header. A more flexible approach would be to implement a kernel that writes the parameters baked into the bitstream in a small buffer. The host code could then adapt itself to these settings, instead of failing.