- 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:
2014-07-23 20:30:42 +00:00
parent 8a1836039c
commit 4eff4f531e
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -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;
-2
View File
@@ -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