diff options
author | Matt Ettus <matt@ettus.com> | 2010-05-20 00:32:42 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-05-20 00:32:42 -0700 |
commit | 7a4080c082eb404864b3240a3460d03656697eb9 (patch) | |
tree | 00cc29afd88afc279c2acb31ff2e810ad4728046 | |
parent | c94256034819feb26d739e57e8cf7d3f60539e9c (diff) | |
parent | 47230fadfbbde3b45fbf57e8ff506f4fac812ca2 (diff) | |
download | uhd-7a4080c082eb404864b3240a3460d03656697eb9.tar.gz uhd-7a4080c082eb404864b3240a3460d03656697eb9.tar.bz2 uhd-7a4080c082eb404864b3240a3460d03656697eb9.zip |
Merge branch 'u1e' of ettus.sourcerepo.com:ettus/fpgapriv into u1e
Conflicts:
usrp2/top/u1e/u1e_core.v
-rw-r--r-- | usrp2/top/u1e/u1e_core.v | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usrp2/top/u1e/u1e_core.v b/usrp2/top/u1e/u1e_core.v index 21ac97dbd..71b9b8712 100644 --- a/usrp2/top/u1e/u1e_core.v +++ b/usrp2/top/u1e/u1e_core.v @@ -361,12 +361,10 @@ module u1e_core // Debug circuitry assign debug_clk = { EM_CLK, clk_fpga }; -/* - assign debug = { { rx_have_data, tx_have_space, EM_NCS6, EM_NCS4, EM_NWE, EM_NOE, EM_A[10:1] }, + assign debug = { { rx_have_data, tx_have_space, EM_NCS6, EM_NCS4, EM_NWE, EM_NOE, EM_A[10:1] }, { EM_D } }; -*/ - assign debug = { phase[23:8], txsync, txblank, tx }; + //assign debug = { phase[23:8], txsync, txblank, tx }; assign debug_gpio_0 = { debug_gpmc }; |