Closed kv-be closed 5 months ago
assert v_no_beats_per_burst <= 256 report("burst_size_to_axi_len: burst size shall be smaller or equal to 256 beats of data. In this case it would be "&integer'image(v_no_beats_per_burst)&" beats") severity error;
solved
assert v_no_beats_per_burst <= 256 report("burst_size_to_axi_len: burst size shall be smaller or equal to 256 beats of data. In this case it would be "&integer'image(v_no_beats_per_burst)&" beats") severity error;