- Minor changes

git-svn-id: http://moon:8086/svn/vhdl/trunk@141 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2008-12-21 16:38:05 +00:00
parent 15645ec096
commit 32e4a933b9
+1 -1
View File
@@ -25,7 +25,7 @@ package cordic_pkg is
type real_tbl_t is array (natural range <>) of real;
-- Normalize Arctan table (phase +/- 1.0)
-- Normalized Arctan table (for phases z = -1..+1)
-- MatLab command: arctan_tbl = (atan(2.^-(0:N-1))/pi)'
-- (Print format: long e, compact)
constant arctan_tbl : real_tbl_t (0 to max_iteration-1) :=