From 7ed623fb4aa388f6f2d033123c8938ba25686969 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Fri, 21 Aug 2015 16:31:54 +0200 Subject: [PATCH] including UtilP package for and_reduce() function --- test/SimT.vhd | 2 +- test/SpiT.vhd | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/SimT.vhd b/test/SimT.vhd index 19ee66a..0e34d9e 100644 --- a/test/SimT.vhd +++ b/test/SimT.vhd @@ -17,7 +17,7 @@ library libvhdl; use libvhdl.AssertP.all; use libvhdl.SimP.all; use libvhdl.QueueP.all; - + use libvhdl.UtilsP.all; diff --git a/test/SpiT.vhd b/test/SpiT.vhd index e1c6c52..f624949 100644 --- a/test/SpiT.vhd +++ b/test/SpiT.vhd @@ -17,6 +17,7 @@ library libvhdl; use libvhdl.AssertP.all; use libvhdl.SimP.all; use libvhdl.QueueP.all; + use libvhdl.UtilsP.all;