axi: Minor cleanup in AXIL-APB adapter module
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -73,7 +73,7 @@ if (AXIL_BYTE_W * AXIL_STRB_W != AXIL_DATA_W)
|
|||||||
$fatal(0, "Error: AXI slave interface data width not evenly divisible (instance %m)");
|
$fatal(0, "Error: AXI slave interface data width not evenly divisible (instance %m)");
|
||||||
|
|
||||||
if (APB_BYTE_W * APB_STRB_W != APB_DATA_W)
|
if (APB_BYTE_W * APB_STRB_W != APB_DATA_W)
|
||||||
$fatal(0, "Error: AXI master interface data width not evenly divisible (instance %m)");
|
$fatal(0, "Error: APB master interface data width not evenly divisible (instance %m)");
|
||||||
|
|
||||||
if (AXIL_BYTE_W != APB_BYTE_W)
|
if (AXIL_BYTE_W != APB_BYTE_W)
|
||||||
$fatal(0, "Error: byte size mismatch (instance %m)");
|
$fatal(0, "Error: byte size mismatch (instance %m)");
|
||||||
|
|||||||
Reference in New Issue
Block a user