A typo in the axi_data_width assertion, the assertion lists 1028 as a data type but it should be 1024 according to AXI4 specification.
axi_data_width : assert(AxiDataWidth inside {32'd8, 32'd16, 32'd32, 32'd64, 32'd128, 32'd256, 32'd512, 32'd1028}) else $fatal(1, "ParameterAxiDataWidthhas to be inside the AXI4+ATOP specification!");
A typo in the axi_data_width assertion, the assertion lists 1028 as a data type but it should be 1024 according to AXI4 specification.
axi_data_width : assert(AxiDataWidth inside {32'd8, 32'd16, 32'd32, 32'd64, 32'd128, 32'd256, 32'd512, 32'd1028}) else $fatal(1, "ParameterAxiDataWidthhas to be inside the AXI4+ATOP specification!");