From 6f19b5f935117dbce949c21c7719d6c125fd3d15 Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Wed, 13 Oct 2010 22:13:06 -0700 Subject: not used --- usrp2/gpif/ctrl_resp.v | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 usrp2/gpif/ctrl_resp.v (limited to 'usrp2/gpif') diff --git a/usrp2/gpif/ctrl_resp.v b/usrp2/gpif/ctrl_resp.v deleted file mode 100644 index 1877478e6..000000000 --- a/usrp2/gpif/ctrl_resp.v +++ /dev/null @@ -1,16 +0,0 @@ - - -module ctrl_resp - (input clk, input reset, - input [17:0] ctrl_i, input ctrl_src_rdy_i, output ctrl_dst_rdy_o, - output [17:0] resp_i, output resp_src_rdy_o, input resp_dst_rdy_i, - - output [15:0] wb_adr_o, output [15:0] wb_dat_mosi, input [15:0] wb_dat_miso, - output [1:0] wb_sel_o, output wb_cyc_o, output wb_stb_o, output wb_we_o, input wb_ack_i, - - input [3:0] trigger_i - ); - - - -endmodule // ctrl_resp -- cgit v1.2.3