Skip to content

Typo in axi_llc_top.sv data width assertion #402

@Anasslm

Description

@Anasslm

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!");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions