From 4eff4f531e0584b22724a97a14d2458d2c37083b Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Wed, 23 Jul 2014 20:30:42 +0000 Subject: [PATCH] - moved real_array_t and natural_array_t git-svn-id: http://moon:8086/svn/vhdl/trunk@1056 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/fixed/fixed_util_pkg.vhd | 1 + lib/radio/nco/src/nco_pkg.vhd | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/fixed/fixed_util_pkg.vhd b/lib/fixed/fixed_util_pkg.vhd index 77ad162..783410a 100644 --- a/lib/fixed/fixed_util_pkg.vhd +++ b/lib/fixed/fixed_util_pkg.vhd @@ -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; diff --git a/lib/radio/nco/src/nco_pkg.vhd b/lib/radio/nco/src/nco_pkg.vhd index d64b23a..c11ae7c 100644 --- a/lib/radio/nco/src/nco_pkg.vhd +++ b/lib/radio/nco/src/nco_pkg.vhd @@ -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