mirror of
https://github.com/fpganinja/taxi.git
synced 2026-02-07 17:50:20 -08:00
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 #
|
||||
(
|
||||
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 XFCP_EXT_ID_STR = "",
|
||||
parameter COUNT_SIZE = 16
|
||||
|
||||
Reference in New Issue
Block a user