From f4c4bc78323640d21835a3f53ff516c0110c9c8f Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Mon, 9 May 2016 10:56:41 +0000
Subject: [PATCH] Added tb_requantize to regression_test_vhdl.

---
 libraries/base/common/hdllib.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libraries/base/common/hdllib.cfg b/libraries/base/common/hdllib.cfg
index 5bcc3b8f9e..0bdfbc5deb 100644
--- a/libraries/base/common/hdllib.cfg
+++ b/libraries/base/common/hdllib.cfg
@@ -204,6 +204,8 @@ regression_test_vhdl =
     tb/vhdl/tb_common_shiftreg.vhd
     tb/vhdl/tb_common_transpose_symbol.vhd
     tb/vhdl/tb_resize.vhd
+    #tb/vhdl/tb_round.vhd           -- has no self verification yet
+    tb/vhdl/tb_requantize.vhd
 
     tb/vhdl/tb_tb_common_adder_tree.vhd
     tb/vhdl/tb_tb_common_add_sub.vhd
@@ -217,6 +219,8 @@ regression_test_vhdl =
     tb/vhdl/tb_tb_common_transpose.vhd
     
 [modelsim_project_file]
+modelsim_copy_files =
+    data data
 
 
 [quartus_project_file]
-- 
GitLab