rtl: update accum to support real cases

This commit is contained in:
Phil
2026-04-28 13:13:27 +03:00
parent 264c9ecb8e
commit e083cd5c2e
3 changed files with 173 additions and 176 deletions

View File

@ -5,8 +5,8 @@ module accumulator_top
parameter DATA_WIDTH = 12,
parameter ACCUM_WIDTH = 32,
parameter N_MAX = 4096,
parameter WINDOW_SIZE = 4,
parameter PACKET_SIZE = 8,
parameter WINDOW_SIZE = 65,
parameter PACKET_SIZE = 1024,
parameter READ_BATCH_SIZE =(PACKET_SIZE*8)/(ACCUM_WIDTH)
)
(