From f14e7eb89b09e6fc4b1619c9ec255ebad3fa2aed Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Thu, 21 Oct 2010 21:10:08 -0700 Subject: the width of the address bus is called DEPTH, not WIDTH... --- usrp2/extramfifo/nobl_if.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usrp2/extramfifo') 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)); // -- cgit v1.2.3