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

fixup! sras: reduce SZ_OVF to 8

parent 4aa20587
Branches
Tags
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
module sras #( module sras #(
parameter int unsigned DEPTH = 2, parameter int unsigned DEPTH = 2,
parameter int unsigned SpecDepth = 16, parameter int unsigned SpecDepth = 16,
parameter int unsigned SZ_OVF = 8 parameter int unsigned SZ_OVF = 12
)( )(
input logic clk_i, input logic clk_i,
input logic rst_ni, 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