mirror of
https://github.com/KastnerRG/riffa.git
synced 2025-01-30 23:02:54 +08:00
The error occured when calculating the actual header fifo depth, C_ACTUAL_FIFO_DEPTH. This was initially clog2(C_FIFO_DEPTH), but should have been 1<<clog2(C_FIFO_DEPTH).