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 64-bit data bus option for AXI4-lite MMIO #241

Closed johanpel closed 4 years ago

johanpel commented 4 years ago

This adds support for a 64-bits wide data bus for the AXI4-lite MMIO interface.

To use this option, run Fletchgen with --mmio64.

TODO: