Bump BlueStuff + use _Periph versions of parameters where needed

This commit is contained in:
Alexandre Joannou
2022-11-18 12:07:24 +00:00
parent 2fbe5b6a6b
commit 98e15acb3d
7 changed files with 41 additions and 23 deletions

View File

@@ -138,8 +138,8 @@ interface Debug_Module_IFC;
// Read/Write RISC-V memory
interface AXI4_Master #( Wd_CoreW_Bus_MId, Wd_Addr, Wd_Data_Periph
, Wd_AW_User, Wd_W_User, Wd_B_User
, Wd_AR_User, Wd_R_User) master;
, Wd_AW_User_Periph, Wd_W_User_Periph, Wd_B_User_Periph
, Wd_AR_User_Periph, Wd_R_User_Periph) master;
endinterface
// ================================================================