aboutsummaryrefslogtreecommitdiffstats
path: root/sdr_lib/cordic.v
diff options
context:
space:
mode:
Diffstat (limited to 'sdr_lib/cordic.v')
-rwxr-xr-xsdr_lib/cordic.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdr_lib/cordic.v b/sdr_lib/cordic.v
index 8c8c0ab0d..fee241f62 100755
--- a/sdr_lib/cordic.v
+++ b/sdr_lib/cordic.v
@@ -16,7 +16,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
module cordic(clock, reset, enable, xi, yi, zi, xo, yo, zo );