From 28ef1a8284f83de446b59fede804f934894773fe Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Thu, 28 Oct 2021 17:56:56 +0200
Subject: [PATCH] Added author and date.

---
 libraries/base/common/tb/vhdl/tb_resize.vhd | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/libraries/base/common/tb/vhdl/tb_resize.vhd b/libraries/base/common/tb/vhdl/tb_resize.vhd
index cc7a8044e9..d791044e31 100644
--- a/libraries/base/common/tb/vhdl/tb_resize.vhd
+++ b/libraries/base/common/tb/vhdl/tb_resize.vhd
@@ -19,11 +19,7 @@
 --
 -------------------------------------------------------------------------------
 
-LIBRARY IEEE;
-USE IEEE.STD_LOGIC_1164.ALL;
-USE IEEE.NUMERIC_STD.ALL;
-USE work.common_pkg.ALL;
-
+-- Author: E. Kooistra 2009, updated in 2021
 -- Purpose: Test bench for common_resize.vhd and for RESIZE_NUM() from
 --          common_pkg.vhd
 -- Usage:
@@ -37,6 +33,11 @@ USE work.common_pkg.ALL;
 -- . Observe reg_dat with respect to out_sdat, out_sovr for signed
 -- . Observe reg_dat with respect to out_udat, out_uovr for unsigned
 
+LIBRARY IEEE;
+USE IEEE.STD_LOGIC_1164.ALL;
+USE IEEE.NUMERIC_STD.ALL;
+USE work.common_pkg.ALL;
+
 ENTITY tb_resize IS
   GENERIC (
     -- Supported for RESIZE_NUM() and common_resize.vhd
-- 
GitLab