summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usrp2/extramfifo/ext_fifo.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/usrp2/extramfifo/ext_fifo.v b/usrp2/extramfifo/ext_fifo.v
index c7e8f6cfb..398e5ef81 100644
--- a/usrp2/extramfifo/ext_fifo.v
+++ b/usrp2/extramfifo/ext_fifo.v
@@ -102,7 +102,6 @@ module ext_fifo
.rd_en(dst_rdy_i),
.dout(dataout), // Bus [35 : 0]
.full(full2),
- .almost_full(),
.prog_full(almost_full2),
.empty(empty2));
assign src_rdy_o = ~empty2;