From c45b123bdb4207420e08efda0a897bc01b9176c2 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Tue, 30 Dec 2008 04:32:32 +0000 Subject: [PATCH] - uses ieee_proposed.fixed_pkg git-svn-id: http://moon:8086/svn/vhdl/trunk@168 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/radio/decimator/CIC/sim/tb_cic_c_pipe.fdo | 3 ++- lib/radio/decimator/CIC/sim/tb_cic_decim_pipe.fdo | 4 +++- lib/radio/decimator/CIC/sim/tb_cic_i_pipe.fdo | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/radio/decimator/CIC/sim/tb_cic_c_pipe.fdo b/lib/radio/decimator/CIC/sim/tb_cic_c_pipe.fdo index db60e85..40910c8 100644 --- a/lib/radio/decimator/CIC/sim/tb_cic_c_pipe.fdo +++ b/lib/radio/decimator/CIC/sim/tb_cic_c_pipe.fdo @@ -1,5 +1,6 @@ +vmap ieee_proposed ../../../../../Common/sim/ieee_proposed + vlib work -vcom -explicit -93 "../../../../fixed/fixed_pkg_c.vhd" vcom -explicit -93 "../../../../fixed/fixed_util_pkg.vhd" vcom -explicit -93 "../../../../PCK_FIO-2002.7/PCK_FIO_1993.vhd" vcom -explicit -93 "../../../../PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd" diff --git a/lib/radio/decimator/CIC/sim/tb_cic_decim_pipe.fdo b/lib/radio/decimator/CIC/sim/tb_cic_decim_pipe.fdo index 8fb70d9..b0525de 100644 --- a/lib/radio/decimator/CIC/sim/tb_cic_decim_pipe.fdo +++ b/lib/radio/decimator/CIC/sim/tb_cic_decim_pipe.fdo @@ -1,6 +1,8 @@ +vmap ieee_proposed ../../../../../Common/sim/ieee_proposed + vlib work -vcom -explicit -93 "../../../../fixed/fixed_pkg_c.vhd" vcom -explicit -93 "../../../../fixed/fixed_util_pkg.vhd" +vcom -explicit -93 "../../../../misc/utils_pkg.vhd" vcom -explicit -93 "../../../../PCK_FIO-2002.7/PCK_FIO_1993.vhd" vcom -explicit -93 "../../../../PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd" vcom -explicit -93 "../src/cic_i_pipe.vhd" diff --git a/lib/radio/decimator/CIC/sim/tb_cic_i_pipe.fdo b/lib/radio/decimator/CIC/sim/tb_cic_i_pipe.fdo index 425eb86..b1c190a 100644 --- a/lib/radio/decimator/CIC/sim/tb_cic_i_pipe.fdo +++ b/lib/radio/decimator/CIC/sim/tb_cic_i_pipe.fdo @@ -1,5 +1,6 @@ +vmap ieee_proposed ../../../../../Common/sim/ieee_proposed + vlib work -vcom -explicit -93 "../../../../fixed/fixed_pkg_c.vhd" vcom -explicit -93 "../../../../fixed/fixed_util_pkg.vhd" vcom -explicit -93 "../../../../PCK_FIO-2002.7/PCK_FIO_1993.vhd" vcom -explicit -93 "../../../../PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd"