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

Remove REG_WIDTH from AxiTop #266

Open johanpel opened 3 years ago

johanpel commented 3 years ago

AxiTop has an unused REG_WIDTH generic.

This should be removed, since this width is hard coded in the generation output for the same reasons as #243 and can only be changed using the --mmio64 Fletchgen flag.

Removing this is easy but has implications for all supported platforms, where the change should be reflected