- changed z-range default to 1.0

git-svn-id: http://moon:8086/svn/vhdl/trunk@143 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2008-12-21 19:51:42 +00:00
parent 080e286b1c
commit fbee2fe578
+1 -1
View File
@@ -32,7 +32,7 @@ entity cordic_pipe_top is
Generic
(
cordic_mode : cordic_mode_t := cordic_mode_rotate;
z_range : real := pi;
z_range : real := 1.0;
gain_corr_mode : gain_corr_mode_t := gain_mode_disabled;
nstages : integer := 18;
nbits_x_in : integer := 18;