From a2c00f5cff7407ff10fc6c812d06fefe52c0b6a3 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Sun, 28 Feb 2010 12:47:43 -0800 Subject: Remove usrp1 and usrp2 FPGA files. These are now hosted at: git://ettus.sourcerepo.com/ettus/fpga.git ...under the 'usrp1' and 'usrp2' top-level directories. --- usrp2/fpga/control_lib/icache.v | 135 ---------------------------------------- 1 file changed, 135 deletions(-) delete mode 100644 usrp2/fpga/control_lib/icache.v (limited to 'usrp2/fpga/control_lib/icache.v') diff --git a/usrp2/fpga/control_lib/icache.v b/usrp2/fpga/control_lib/icache.v deleted file mode 100644 index bd21f47cc..000000000 --- a/usrp2/fpga/control_lib/icache.v +++ /dev/null @@ -1,135 +0,0 @@ - -module icache - #(parameter AWIDTH=14, - parameter CWIDTH=6) - - (input wb_clk_i, - input wb_rst_i, - input [AWIDTH-1:0] iwb_adr_i, - input iwb_stb_i, - output [31:0] iwb_dat_o, - output iwb_ack_o, - input [31:0] iram_dat_i, - output [AWIDTH-1:0] iram_adr_o, - output iram_en_o, - input flush); - - localparam TAGWIDTH = AWIDTH-CWIDTH-2; - reg stb_d1, ack_d1, miss_d1; - reg [AWIDTH-1:0] held_addr; - reg [31:0] idata [0:(1<