Skip to content

Commit dcd2a60

Browse files
committed
bug fix
1 parent d30abdb commit dcd2a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axi/dma/rtl/v2/AxiStreamDmaV2Desc.vhd

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ architecture rtl of AxiStreamDmaV2Desc is
286286
begin
287287

288288
assert (AXI_CONFIG_G.ADDR_WIDTH_C <= 40)
289-
report "AXI_CONFIG_G.ADDR_WIDTH_C (" & str(AXI_CONFIG_G.ADDR_WIDTH_C) & ") must be <= 40" severity failure;
289+
report "AXI_CONFIG_G.ADDR_WIDTH_C (" & integer'image(AXI_CONFIG_G.ADDR_WIDTH_C) & ") must be <= 40" severity failure;
290290

291291
-----------------------------------------
292292
-- Write Free List FIFOs

0 commit comments

Comments
 (0)