diff options
Diffstat (limited to 'usrp2')
-rw-r--r-- | usrp2/extramfifo/nobl_if.v | 4 |
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)); // |