summaryrefslogtreecommitdiffstats
path: root/usrp2/control_lib
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2011-03-14 10:18:47 -0700
committerMatt Ettus <matt@ettus.com>2011-03-16 12:26:38 -0700
commitbea538ba3128d5bb4c728cda6e10534209e139d7 (patch)
treeaa1873074dcb4f84dedee6fcea06079470b4e87b /usrp2/control_lib
parent243e8483518bb0d2763b66f7b75cee4a4fbb003c (diff)
downloaduhd-bea538ba3128d5bb4c728cda6e10534209e139d7.tar.gz
uhd-bea538ba3128d5bb4c728cda6e10534209e139d7.tar.bz2
uhd-bea538ba3128d5bb4c728cda6e10534209e139d7.zip
u2/u2p: reworked settings bus addresses
Diffstat (limited to 'usrp2/control_lib')
-rw-r--r--usrp2/control_lib/ram_harvard.v4
1 files changed, 1 insertions, 3 deletions
diff --git a/usrp2/control_lib/ram_harvard.v b/usrp2/control_lib/ram_harvard.v
index 948f9b36f..a190e20fd 100644
--- a/usrp2/control_lib/ram_harvard.v
+++ b/usrp2/control_lib/ram_harvard.v
@@ -27,9 +27,7 @@ module ram_harvard
input dwb_we_i,
output dwb_ack_o,
input dwb_stb_i,
- input [3:0] dwb_sel_i,
-
- input flush_icache );
+ input [3:0] dwb_sel_i );
reg ack_d1;
reg stb_d1;