xfcp: Fix ID string
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user