abs-tudelft / fletcher

Fletcher: A framework to integrate FPGA accelerators with Apache Arrow
https://abs-tudelft.github.io/fletcher/
Apache License 2.0
217 stars 31 forks source link

Add fletchgen option to output static VHDL support files as well #259

Closed jvanstraten closed 3 years ago

jvanstraten commented 3 years ago

Implements feature described in #256, except instead of putting the resources in the pyfletchgen wheel, they are built into the fletchgen binary using CMakeRC.

Closes #256.