- moved real_array_t and natural_array_t
git-svn-id: http://moon:8086/svn/vhdl/trunk@1056 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -35,6 +35,7 @@ package fixed_util_pkg is
|
||||
function to_signed (src : sfixed) return SIGNED;
|
||||
|
||||
type real_array_t is array (natural range <>) of real;
|
||||
type natural_array_t is array (natural range <>) of natural;
|
||||
type ufixed_array_t is array (natural range <>, integer range <>) of STD_LOGIC;
|
||||
type sfixed_array_t is array (natural range <>, integer range <>) of STD_LOGIC;
|
||||
|
||||
|
||||
@@ -16,8 +16,6 @@ package nco_pkg is
|
||||
|
||||
constant tpd : time := 0 ns;
|
||||
|
||||
type real_array_t is array (natural range <>) of real;
|
||||
type natural_array_t is array (natural range <>) of natural;
|
||||
type phase_relation_t is (phase_90deg, phase_270deg);
|
||||
|
||||
type debug_out_t is record
|
||||
|
||||
Reference in New Issue
Block a user