diff options
author | Ian Buckley <ianb@server2.(none)> | 2010-08-12 13:05:55 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-11-11 11:56:20 -0800 |
commit | 65b671865ebf8a9541379e794ba624f038524f52 (patch) | |
tree | 43fefb2933b81e054cbb2cc8146e549156ae321e | |
parent | 7977684b907f0e6e963929fe7c43afca3f9c93f8 (diff) | |
download | uhd-65b671865ebf8a9541379e794ba624f038524f52.tar.gz uhd-65b671865ebf8a9541379e794ba624f038524f52.tar.bz2 uhd-65b671865ebf8a9541379e794ba624f038524f52.zip |
Edited FIFO instance to delete port that was not regenerated after reconfiguration
-rw-r--r-- | usrp2/extramfifo/ext_fifo.v | 1 |
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; |