Skip to content

Commit 0d27753

Browse files
authored
Merge pull request #19 from PLC2/PLC2/release
Fix: Use EndOfTestReport to close simulation
2 parents 881aa90 + ac4773d commit 0d27753

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tb/bus/axi4/AXI4Lite/AXI4Lite_Register/TC_RandomReadWrite.vhdl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ begin
6767
AlertIf(now >= Timeout, "Test finished due to timeout");
6868
-- AlertIf(GetAffirmCount < 100, "Test is not Self-Checking");
6969

70-
print("");
71-
ReportAlerts;
72-
print("");
70+
EndOfTestReports(ReportAll => TRUE);
7371
std.env.stop;
7472
wait;
7573
end process ControlProc;
@@ -109,7 +107,7 @@ begin
109107
begin
110108
wait until Reset = '0';
111109
wait for 20 ns;
112-
110+
113111
Write(AxiMasterTransRec, x"0000_0864", x"FFFF_FFFF");
114112

115113
wait until Irq = '1';

0 commit comments

Comments
 (0)