[dacfifo](https://github.com/analogdevicesinc/hdl/tree/hdl_2023_r2/library/util_dacfifo) is being replaced by [data_offload](https://github.com/analogdevicesinc/hdl/tree/hdl_2023_r2/library/data_offload) in HDL, this is an ongoing process in HDL repo and no-OS projects need to adapt. [Wiki for data_offload.](https://wiki.analog.com/resources/fpga/docs/data_offload) [Example of a commit ](https://github.com/analogdevicesinc/hdl/commit/b96622cb8583562466cba2d4ca5eb1bb9fa93afd) that migrates the adrv9009 project to the daca_offload engine. Notice how the [bypass gpio is being removed](https://github.com/analogdevicesinc/hdl/commit/b96622cb8583562466cba2d4ca5eb1bb9fa93afd#diff-68380dced7b0e8a35bf028999800ab15e3851e6609a457ddbca313d68bdac260L217) and is being replaced by an OFFLOAD_BYPASS register bit.