We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 881aa90 + ac4773d commit 0d27753Copy full SHA for 0d27753
tb/bus/axi4/AXI4Lite/AXI4Lite_Register/TC_RandomReadWrite.vhdl
@@ -67,9 +67,7 @@ begin
67
AlertIf(now >= Timeout, "Test finished due to timeout");
68
-- AlertIf(GetAffirmCount < 100, "Test is not Self-Checking");
69
70
- print("");
71
- ReportAlerts;
72
+ EndOfTestReports(ReportAll => TRUE);
73
std.env.stop;
74
wait;
75
end process ControlProc;
@@ -109,7 +107,7 @@ begin
109
107
begin
110
108
wait until Reset = '0';
111
wait for 20 ns;
112
-
+
113
Write(AxiMasterTransRec, x"0000_0864", x"FFFF_FFFF");
114
115
wait until Irq = '1';
0 commit comments