aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/gpmc/gpmc_async.v
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2011-02-25 15:17:31 -0800
committerMatt Ettus <matt@ettus.com>2011-02-25 15:17:31 -0800
commit98a1a03de054306f57be68e1b498c1d39a954472 (patch)
tree1faff6b576e6890a7ead1416296dea587a59d1d0 /usrp2/gpmc/gpmc_async.v
parent87f8f6fca6742a4263b636aa5632f228fccd18f2 (diff)
downloaduhd-98a1a03de054306f57be68e1b498c1d39a954472.tar.gz
uhd-98a1a03de054306f57be68e1b498c1d39a954472.tar.bz2
uhd-98a1a03de054306f57be68e1b498c1d39a954472.zip
fifo36_mux now has shortfifos on the input ports as well as output
Diffstat (limited to 'usrp2/gpmc/gpmc_async.v')
-rw-r--r--usrp2/gpmc/gpmc_async.v4
1 files changed, 3 insertions, 1 deletions
diff --git a/usrp2/gpmc/gpmc_async.v b/usrp2/gpmc/gpmc_async.v
index 053df5b18..02bf45b8a 100644
--- a/usrp2/gpmc/gpmc_async.v
+++ b/usrp2/gpmc/gpmc_async.v
@@ -215,7 +215,9 @@ module gpmc_async
wire [0:17] dummy18;
-assign debug = {dummy18, timedrx_src_rdy_int, timedrx_dst_rdy_int,
+assign debug = {8'd0,
+ test_rate,
+ pkt_src_enable, pkt_sink_enable, timedrx_src_rdy_int, timedrx_dst_rdy_int,
timedrx_src_rdy, timedrx_dst_rdy,
testrx_src_rdy, testrx_dst_rdy,
rx_src_rdy, rx_dst_rdy,