mirror of
https://github.com/fpganinja/taxi.git
synced 2026-02-07 17:50:20 -08:00
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)");
|
||||
|
||||
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)
|
||||
$fatal(0, "Error: byte size mismatch (instance %m)");
|
||||
|
||||
Reference in New Issue
Block a user