Commit afe09b58 authored by Dave Newbold's avatar Dave Newbold

Increasing ZS buffer size

parent bb42abe9
......@@ -15,7 +15,7 @@ package top_decl is
constant N_CHAN: integer := 64;
constant BLK_RADIX: integer := 8; -- 256 sample blocks
constant BUF_RADIX: integer := 11; -- One BRAM for NZS / ZS buffer
constant BUF_RADIX: integer := 12; -- One BRAM for NZS / ZS buffer
constant NZS_BLKS: integer := 2; -- Reserve two blocks of space for NZS buffer
constant N_TRG: integer := 4; -- Number of trigger types
constant N_ZS_THRESH: integer := 4; -- Number of ZS thresholds
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment