dev/accum #7

Merged
baulin.fa merged 26 commits from dev/accum into master 2026-04-28 16:20:59 +03:00
3 changed files with 443 additions and 0 deletions
Showing only changes of commit 8e46f965df - Show all commits

View File

@ -143,7 +143,7 @@ module out_axis_fifo #(
.FIFO_WRITE_DEPTH(FIFO_WDEPTH),
.FULL_RESET_VALUE(0),
.PROG_EMPTY_THRESH(PACKET_SIZE),
.PROG_FULL_THRESH(PACKET_SIZE),
.PROG_FULL_THRESH(PACKET_SIZE / (ACCUM_WIDTH / 8)),
.RD_DATA_COUNT_WIDTH(RDEPTH_BITS),
.READ_DATA_WIDTH(8), // always 8 bit for eth
.READ_MODE("fwft"),