From a9f3336efeec5936ddfaf7f37344700cf79b3243 Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Mon, 25 Oct 2010 17:00:18 -0700 Subject: add padding into gpif response path --- usrp2/control_lib/fifo_to_wb_tb.v | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'usrp2/control_lib') diff --git a/usrp2/control_lib/fifo_to_wb_tb.v b/usrp2/control_lib/fifo_to_wb_tb.v index f1538e8d9..96ef4647c 100644 --- a/usrp2/control_lib/fifo_to_wb_tb.v +++ b/usrp2/control_lib/fifo_to_wb_tb.v @@ -107,7 +107,13 @@ module fifo_to_wb_tb(); @(posedge clk); @(posedge clk); InsertRW(16'hF00D, 6'd0, 8'hB5, 16'd7, 16'h1234); + #20000; + InsertRW(16'h9876, 6'd0, 8'h43, 16'd8, 16'hBEEF); + #20000; + InsertRW(16'h1000, 6'd0, 8'h96, 16'd4, 16'hF00D); + #20000; + InsertRW(16'h3000, 6'd0, 8'h12, 16'd10,16'hDEAD); + #20000 $finish; end - initial #20000 $finish; endmodule // fifo_to_wb_tb -- cgit v1.2.3