- added debug_mix_t
git-svn-id: http://moon:8086/svn/vhdl/trunk@144 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -27,6 +27,13 @@ package nco_pkg is
|
|||||||
q_d : real;
|
q_d : real;
|
||||||
end record;
|
end record;
|
||||||
|
|
||||||
|
type debug_mix_out_t is record
|
||||||
|
i_in : real;
|
||||||
|
q_in : real;
|
||||||
|
i_out : real;
|
||||||
|
q_out : real;
|
||||||
|
end record;
|
||||||
|
|
||||||
constant lfsr_poly : natural_array_t(3 to 24) :=
|
constant lfsr_poly : natural_array_t(3 to 24) :=
|
||||||
(
|
(
|
||||||
12, -- 3
|
12, -- 3
|
||||||
|
|||||||
Reference in New Issue
Block a user