- 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user