From bbd33930b1939a88339a402493f31cc8bf4f61c6 Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Fri, 17 Sep 2021 15:17:09 +0200 Subject: [PATCH] Added tb_tb_common_complex_mult.vhd to regression test, to test IP and RTL en 18b and 27b variants. --- libraries/base/common_mult/hdllib.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/base/common_mult/hdllib.cfg b/libraries/base/common_mult/hdllib.cfg index 1f94ac98d0..4062dec5ce 100644 --- a/libraries/base/common_mult/hdllib.cfg +++ b/libraries/base/common_mult/hdllib.cfg @@ -18,10 +18,11 @@ test_bench_files = tb/vhdl/tb_common_complex_mult.vhd tb/vhdl/tb_tb_common_mult.vhd + tb/vhdl/tb_tb_common_complex_mult.vhd regression_test_vhdl = tb/vhdl/tb_common_mult_add2.vhd - tb/vhdl/tb_common_complex_mult.vhd + tb/vhdl/tb_tb_common_complex_mult.vhd tb/vhdl/tb_tb_common_mult.vhd -- GitLab