xfcp: Fix ID string

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2025-11-13 12:05:19 -08:00
parent e0f570ebed
commit 18f67e3faa

View File

@@ -18,7 +18,7 @@ Authors:
module taxi_xfcp_mod_apb # module taxi_xfcp_mod_apb #
( (
parameter logic [15:0] XFCP_ID_TYPE = 16'h8001, parameter logic [15:0] XFCP_ID_TYPE = 16'h8001,
parameter XFCP_ID_STR = "AXIL Master", parameter XFCP_ID_STR = "APB Master",
parameter logic [8*16-1:0] XFCP_EXT_ID = 0, parameter logic [8*16-1:0] XFCP_EXT_ID = 0,
parameter XFCP_EXT_ID_STR = "", parameter XFCP_EXT_ID_STR = "",
parameter COUNT_SIZE = 16 parameter COUNT_SIZE = 16