diff options
author | Josh Blum <josh@joshknows.com> | 2012-01-27 11:52:19 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-01-27 11:52:19 -0800 |
commit | e633f884d728c24e6f5749d5821b9c62ec8fd17e (patch) | |
tree | 1a6542a5646efd51399e0c55520985135a92ee5c /usrp2/vrt | |
parent | cbea8a3b14412b513b54167b745307a102f2fe68 (diff) | |
download | uhd-e633f884d728c24e6f5749d5821b9c62ec8fd17e.tar.gz uhd-e633f884d728c24e6f5749d5821b9c62ec8fd17e.tar.bz2 uhd-e633f884d728c24e6f5749d5821b9c62ec8fd17e.zip |
dsp rework: renamed dsp signals for frontend IO
Diffstat (limited to 'usrp2/vrt')
-rw-r--r-- | usrp2/vrt/vita_rx_chain.v | 2 | ||||
-rw-r--r-- | usrp2/vrt/vita_tx_chain.v | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usrp2/vrt/vita_rx_chain.v b/usrp2/vrt/vita_rx_chain.v index 332fdce37..13defdbc6 100644 --- a/usrp2/vrt/vita_rx_chain.v +++ b/usrp2/vrt/vita_rx_chain.v @@ -1,5 +1,5 @@ // -// Copyright 2011 Ettus Research LLC +// Copyright 2011-2012 Ettus Research LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/usrp2/vrt/vita_tx_chain.v b/usrp2/vrt/vita_tx_chain.v index 5c211c51e..1db16de63 100644 --- a/usrp2/vrt/vita_tx_chain.v +++ b/usrp2/vrt/vita_tx_chain.v @@ -1,5 +1,5 @@ // -// Copyright 2011 Ettus Research LLC +// Copyright 2011-2012 Ettus Research LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by |