summaryrefslogtreecommitdiffstats
path: root/usrp2/extramfifo
diff options
context:
space:
mode:
Diffstat (limited to 'usrp2/extramfifo')
-rw-r--r--usrp2/extramfifo/nobl_if.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp2/extramfifo/nobl_if.v b/usrp2/extramfifo/nobl_if.v
index a8303deca..adf9f165b 100644
--- a/usrp2/extramfifo/nobl_if.v
+++ b/usrp2/extramfifo/nobl_if.v
@@ -41,9 +41,9 @@ module nobl_if
assign RAM_OEn = 0;
// gray code the address to reduce EMI
- wire [WIDTH-1:0] address_gray;
+ wire [DEPTH-1:0] address_gray;
- bin2gray #(.WIDTH(WIDTH)) bin2gray (.bin(address),.gray(address_gray));
+ bin2gray #(.WIDTH(DEPTH)) bin2gray (.bin(address),.gray(address_gray));
//