From 9b129582813b13e7df233d9d0893ae06898b6812 Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Fri, 3 Sep 2021 15:18:17 +0200 Subject: [PATCH] Added missing tb_mmp_st_histogram.vhd to sim reggression test. --- libraries/dsp/st/hdllib.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/dsp/st/hdllib.cfg b/libraries/dsp/st/hdllib.cfg index b1ccf21327..fb5434d759 100644 --- a/libraries/dsp/st/hdllib.cfg +++ b/libraries/dsp/st/hdllib.cfg @@ -39,6 +39,7 @@ regression_test_vhdl = tb/vhdl/tb_tb_st_xsq.vhd tb/vhdl/tb_tb_st_xst.vhd #tb/vhdl/tb_st_calc.vhd -- tb is not self checking yet + tb/vhdl/tb_mmp_st_histogram.vhd tb/vhdl/tb_tb_st_histogram.vhd -- GitLab