mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Lowered WFI timeout wait time for privileged configs
This commit is contained in:
parent
5cf75debea
commit
7fe33b2147
@ -81,7 +81,7 @@
|
|||||||
`define RESET_VECTOR 32'h80000000
|
`define RESET_VECTOR 32'h80000000
|
||||||
|
|
||||||
// WFI Timeout Wait
|
// WFI Timeout Wait
|
||||||
`define WFI_TIMEOUT_BIT 20
|
`define WFI_TIMEOUT_BIT 5
|
||||||
|
|
||||||
// Peripheral Addresses
|
// Peripheral Addresses
|
||||||
// Peripheral memory space extends from BASE to BASE+RANGE
|
// Peripheral memory space extends from BASE to BASE+RANGE
|
||||||
|
@ -83,7 +83,7 @@
|
|||||||
`define AHBW 64
|
`define AHBW 64
|
||||||
|
|
||||||
// WFI Timeout Wait
|
// WFI Timeout Wait
|
||||||
`define WFI_TIMEOUT_BIT 20
|
`define WFI_TIMEOUT_BIT 5
|
||||||
|
|
||||||
// Peripheral Physiccal Addresses
|
// Peripheral Physiccal Addresses
|
||||||
// Peripheral memory space extends from BASE to BASE+RANGE
|
// Peripheral memory space extends from BASE to BASE+RANGE
|
||||||
|
Loading…
Reference in New Issue
Block a user