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.
1 parent bd1abff commit 3fb5376Copy full SHA for 3fb5376
src/axi_test.sv
@@ -1005,11 +1005,13 @@ package axi_test;
1005
// We can emit ATOPs only if INCR bursts are allowed.
1006
$warning("ATOP suppressed because INCR bursts are disabled!");
1007
beat.ax_atop[5:4] = 2'b00;
1008
+ break;
1009
end
- if (beat.ax_atop[5:4] != 2'b00 && beat.ax_user != '0) begin
1010
+ if (ENABLE_MULTICAST && beat.ax_atop[5:4] != 2'b00 && beat.ax_user != '0) begin
1011
// We can emit ATOPs only if current burst is not a multicast.
1012
$warning("ATOP suppressed because burst is a multicast!");
1013
1014
1015
1016
if (beat.ax_atop[5:4] != 2'b00) begin // ATOP
1017
// Determine `ax_atop`.
0 commit comments