From e98a75bc7ab72cfee7550fb92383bb02909a71c2 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 18 Aug 2013 07:10:17 +0000 Subject: [PATCH] - minor changes 2 Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/branches/BRANCH_TEST_2@1001 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/misc/pkg_template.vhd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/misc/pkg_template.vhd b/lib/misc/pkg_template.vhd index fe866e8..f30a6d5 100644 --- a/lib/misc/pkg_template.vhd +++ b/lib/misc/pkg_template.vhd @@ -1,11 +1,12 @@ ----------------------------------------------------------------------- --- $Header: /tmp/cvsroot/VHDL/lib/misc/pkg_template.vhd,v 1.1 2008-08-23 08:20:29 Jens Exp $ +-- $Header: /tmp/cvsroot/VHDL/lib/misc/pkg_template.vhd,v 1.1.4.1 2013-08-18 07:10:17 jens Exp $ ----------------------------------------------------------------------- LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.NUMERIC_STD.ALL; package template_pkg is + -- Constants -- Types -- Functions