diff options
author | Matt Ettus <matt@ettus.com> | 2011-03-14 10:18:47 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-03-16 12:26:38 -0700 |
commit | bea538ba3128d5bb4c728cda6e10534209e139d7 (patch) | |
tree | aa1873074dcb4f84dedee6fcea06079470b4e87b /usrp2/udp | |
parent | 243e8483518bb0d2763b66f7b75cee4a4fbb003c (diff) | |
download | uhd-bea538ba3128d5bb4c728cda6e10534209e139d7.tar.gz uhd-bea538ba3128d5bb4c728cda6e10534209e139d7.tar.bz2 uhd-bea538ba3128d5bb4c728cda6e10534209e139d7.zip |
u2/u2p: reworked settings bus addresses
Diffstat (limited to 'usrp2/udp')
-rw-r--r-- | usrp2/udp/prot_eng_tx.v | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usrp2/udp/prot_eng_tx.v b/usrp2/udp/prot_eng_tx.v index 806f26b43..322c6ec91 100644 --- a/usrp2/udp/prot_eng_tx.v +++ b/usrp2/udp/prot_eng_tx.v @@ -1,9 +1,4 @@ -// The first line: -// Bits 18:17 Select which source/dest pair -// Bit 16 1 for fast path (accelerated protocol) -// Bits 15:0 Length in bytes - module prot_eng_tx #(parameter BASE=0) (input clk, input reset, input clear, |