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

[Fletchgen] Added extra log lines to toplevel generation, and respect output path. #177

Closed EraYaN closed 5 years ago

EraYaN commented 5 years ago

Closes #176

This should be done using std::filesystem::path::append or std::filesystem::path::operator/= once #147 is in.