summaryrefslogtreecommitdiffstats
path: root/usrp2/control_lib
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2010-10-25 17:00:18 -0700
committerMatt Ettus <matt@ettus.com>2011-05-26 17:31:20 -0700
commita9f3336efeec5936ddfaf7f37344700cf79b3243 (patch)
tree66670c204f4532c72baf4e67bfb84b8afbb1fe76 /usrp2/control_lib
parent0ce67c4b8512f66978402271e2487223ec012c7b (diff)
downloaduhd-a9f3336efeec5936ddfaf7f37344700cf79b3243.tar.gz
uhd-a9f3336efeec5936ddfaf7f37344700cf79b3243.tar.bz2
uhd-a9f3336efeec5936ddfaf7f37344700cf79b3243.zip
add padding into gpif response path
Diffstat (limited to 'usrp2/control_lib')
-rw-r--r--usrp2/control_lib/fifo_to_wb_tb.v8
1 files changed, 7 insertions, 1 deletions
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