From 8f78482c36bdef3d0c25f294df699ea8c00bba03 Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Fri, 15 Oct 2010 15:52:26 -0700 Subject: fixed length command packets --- usrp2/control_lib/fifo_to_wb_tb.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp2') diff --git a/usrp2/control_lib/fifo_to_wb_tb.v b/usrp2/control_lib/fifo_to_wb_tb.v index 971d3db1a..e02e60b7c 100644 --- a/usrp2/control_lib/fifo_to_wb_tb.v +++ b/usrp2/control_lib/fifo_to_wb_tb.v @@ -75,7 +75,7 @@ module fifo_to_wb_tb(); data_val <= data_val + 1; @(posedge clk); end - repeat (16-len-1) + repeat (12-len-1) begin cmd <= {2'b00,16'hBEEF}; @(posedge clk); -- cgit v1.2.3