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

fixup! sras: reduce SZ_OVF to 8

parent dd6dd229
Branches master
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 = 12
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