CLEANUP: Cleaned up all testbenches

This commit is contained in:
Oliver Bruendler
2018-07-13 11:40:17 +02:00
parent 140d5c17e1
commit 13871baefb
3 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ library work;
library work;
use work.psi_tb_txt_util.all;
use work.psi_tb_compare_pkg.all;
use work.psi_tb_activity_pkg.all;
------------------------------------------------------------
-- Package Header

View File

@ -17,6 +17,7 @@ library work;
library work;
use work.psi_tb_txt_util.all;
use work.psi_tb_compare_pkg.all;
use work.psi_tb_activity_pkg.all;
------------------------------------------------------------
-- Package Header

View File

@ -165,7 +165,6 @@ package body psi_ms_daq_input_tb_case_modes is
StdlCompare(0, Daq_Vld, "Unexpected data is available");
-- Manual Mode
report "Test Here" severity note;
PostTrigSpls <= std_logic_vector(to_unsigned(6, 32));
print(">> Manual Mode");
StrDone := false;