From 38367f20386a04250c3f303cc0973fbd2695c5e7 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Thu, 12 May 2016 07:12:48 +0000
Subject: [PATCH] Added regression_test_vhdl key, but no self checking tb
 available (yet).

---
 libraries/io/epcs/hdllib.cfg       | 3 +++
 libraries/io/fpga_sense/hdllib.cfg | 3 +++
 libraries/io/mac_10g/hdllib.cfg    | 3 +++
 libraries/io/remu/hdllib.cfg       | 3 +++
 4 files changed, 12 insertions(+)

diff --git a/libraries/io/epcs/hdllib.cfg b/libraries/io/epcs/hdllib.cfg
index d493969fba..b935fb8144 100644
--- a/libraries/io/epcs/hdllib.cfg
+++ b/libraries/io/epcs/hdllib.cfg
@@ -11,6 +11,9 @@ synth_files =
 test_bench_files = 
     tb/vhdl/tb_mms_epcs.vhd
 
+regression_test_vhdl = 
+    # no self checking tb available yet
+
 
 [modelsim_project_file]
 
diff --git a/libraries/io/fpga_sense/hdllib.cfg b/libraries/io/fpga_sense/hdllib.cfg
index f922790204..edbec4071d 100644
--- a/libraries/io/fpga_sense/hdllib.cfg
+++ b/libraries/io/fpga_sense/hdllib.cfg
@@ -9,6 +9,9 @@ synth_files =
 
 test_bench_files = 
 
+regression_test_vhdl = 
+    # no self checking tb available yet
+
 
 [modelsim_project_file]
 
diff --git a/libraries/io/mac_10g/hdllib.cfg b/libraries/io/mac_10g/hdllib.cfg
index 0ab81e2fc0..f7abde33c4 100644
--- a/libraries/io/mac_10g/hdllib.cfg
+++ b/libraries/io/mac_10g/hdllib.cfg
@@ -9,6 +9,9 @@ synth_files =
 
 test_bench_files =
 
+regression_test_vhdl = 
+    # no self checking tb available yet
+
 
 [modelsim_project_file]
 
diff --git a/libraries/io/remu/hdllib.cfg b/libraries/io/remu/hdllib.cfg
index 213f6331ae..ecde4b3a1f 100644
--- a/libraries/io/remu/hdllib.cfg
+++ b/libraries/io/remu/hdllib.cfg
@@ -10,6 +10,9 @@ synth_files =
 
 test_bench_files = 
 
+regression_test_vhdl = 
+    # no self checking tb available yet
+
 
 [modelsim_project_file]
 
-- 
GitLab