Lowered WFI timeout wait time for privileged configs

This commit is contained in:
Kip Macsai-Goren 2022-04-25 17:46:09 +00:00
parent 5cf75debea
commit 7fe33b2147
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@
`define RESET_VECTOR 32'h80000000
// WFI Timeout Wait
`define WFI_TIMEOUT_BIT 20
`define WFI_TIMEOUT_BIT 5
// Peripheral Addresses
// Peripheral memory space extends from BASE to BASE+RANGE

View file

@ -83,7 +83,7 @@
`define AHBW 64
// WFI Timeout Wait
`define WFI_TIMEOUT_BIT 20
`define WFI_TIMEOUT_BIT 5
// Peripheral Physiccal Addresses
// Peripheral memory space extends from BASE to BASE+RANGE