We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804806c commit fa6f6a0Copy full SHA for fa6f6a0
rtl/rptr_empty.v
@@ -8,7 +8,7 @@ module rptr_empty
8
9
#(
10
parameter ADDRSIZE = 4,
11
- parameter AREMPTYSIZE = 1
+ parameter [ADDRSIZE:0]AREMPTYSIZE = 1
12
)(
13
input wire rclk,
14
input wire rrst_n,
rtl/wptr_full.v
@@ -8,7 +8,7 @@ module wptr_full
- parameter AWFULLSIZE = 1
+ parameter [ADDRSIZE:0]AWFULLSIZE = 1
input wire wclk,
input wire wrst_n,
0 commit comments