[Dso-cvs] FPGA/tb tb_Datapath.vhd,1.7,1.8
Status: Planning
Brought to you by:
hansiglaser
|
From: Gerald Z. <ri...@us...> - 2003-05-21 12:23:19
|
Update of /cvsroot/dso/FPGA/tb
In directory sc8-pr-cvs1:/tmp/cvs-serv28799/tb
Modified Files:
tb_Datapath.vhd
Log Message:
Index: tb_Datapath.vhd
===================================================================
RCS file: /cvsroot/dso/FPGA/tb/tb_Datapath.vhd,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** tb_Datapath.vhd 14 May 2003 08:38:00 -0000 1.7
--- tb_Datapath.vhd 21 May 2003 12:23:16 -0000 1.8
***************
*** 376,380 ****
-- TODO: write this test, it is now possible with the signal "MAM_PP"
! assert false report "Ready" severity FAILURE;
end process p_Test;
--- 376,380 ----
-- TODO: write this test, it is now possible with the signal "MAM_PP"
! report "END of Test (don't care about further warnings!)" severity NOTE;
end process p_Test;
|