diff options
author | Matt Ettus <matt@ettus.com> | 2010-10-13 22:13:06 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-05-26 17:31:19 -0700 |
commit | 6f19b5f935117dbce949c21c7719d6c125fd3d15 (patch) | |
tree | 54f0c87e4983d3b8bdb6700bce1c56c809dbb446 /usrp2/gpif | |
parent | 294b8a282cc556cdf89650e1e78fd71eed6b844f (diff) | |
download | uhd-6f19b5f935117dbce949c21c7719d6c125fd3d15.tar.gz uhd-6f19b5f935117dbce949c21c7719d6c125fd3d15.tar.bz2 uhd-6f19b5f935117dbce949c21c7719d6c125fd3d15.zip |
not used
Diffstat (limited to 'usrp2/gpif')
-rw-r--r-- | usrp2/gpif/ctrl_resp.v | 16 |
1 files changed, 0 insertions, 16 deletions
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 |