Skip to content
Snippets Groups Projects
Commit bd549d06 authored by Alban Gruin's avatar Alban Gruin
Browse files

sras: reduce SZ_OVF to 8


Signed-off-by: default avatarAlban Gruin <alban.gruin@irit.fr>
parent 7eb528cb
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
module sras #(
parameter int unsigned DEPTH = 2,
parameter int unsigned SpecDepth = 16,
parameter int unsigned SZ_OVF = 16
parameter int unsigned SZ_OVF = 8
)(
input logic clk_i,
input logic rst_ni,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment