From 76688b97f74946405d14621e949e3db4358631f8 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Sun, 18 Oct 2015 09:22:44 +0000 Subject: [PATCH] Corrected .vhd extensions for test_bench_files. --- libraries/base/ss/hdllib.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libraries/base/ss/hdllib.cfg b/libraries/base/ss/hdllib.cfg index 8cef21d45f..3034a4bca1 100644 --- a/libraries/base/ss/hdllib.cfg +++ b/libraries/base/ss/hdllib.cfg @@ -14,8 +14,8 @@ synth_files = src/vhdl/ss_parallel.vhd test_bench_files = - tb/vhdl/tb_mmf_ss_parallel - tb/vhdl/tb_mmf_ss_reorder - tb/vhdl/tb_ss - tb/vhdl/tb_ss_wide - tb/vhdl/tb_tb_ss + tb/vhdl/tb_mmf_ss_parallel.vhd + tb/vhdl/tb_mmf_ss_reorder.vhd + tb/vhdl/tb_ss.vhd + tb/vhdl/tb_ss_wide.vhd + tb/vhdl/tb_tb_ss.vhd -- GitLab