From f84da73ae2f494d7e0b6ebab6890893c48261692 Mon Sep 17 00:00:00 2001
From: David Brouwer <dbrouwer@astron.nl>
Date: Wed, 8 Nov 2023 11:42:08 +0100
Subject: [PATCH] Removed tb_common_paged_ram_crw_crw from regression_test_vhdl
 due to its lack of support for simulating buildset iwave and with
 tb_common_paged_ram_rw_rw taking over.

---
 libraries/base/common/hdllib.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libraries/base/common/hdllib.cfg b/libraries/base/common/hdllib.cfg
index 2958ab8001..73369f3dd1 100644
--- a/libraries/base/common/hdllib.cfg
+++ b/libraries/base/common/hdllib.cfg
@@ -222,7 +222,6 @@ test_bench_files =
 regression_test_vhdl = 
     tb/vhdl/tb_common_fifo_rd.vhd
     tb/vhdl/tb_common_mem_mux.vhd
-    tb/vhdl/tb_common_paged_ram_crw_crw.vhd
     tb/vhdl/tb_common_paged_ram_cr_cw.vhd
     tb/vhdl/tb_common_paged_ram_rw_rw.vhd
     #tb/vhdl/tb_common_paged_ram_ww_rr.vhd
-- 
GitLab