set WFI timeout to after 16 bits of counting for all configs

This commit is contained in:
Kip Macsai-Goren 2022-04-27 18:18:49 +00:00
parent 0e5cc40360
commit 3d1e1202f3
11 changed files with 11 additions and 11 deletions

View File

@ -78,7 +78,7 @@
`define RESET_VECTOR 64'h0000000000001000
// WFI Timeout Wait
`define WFI_TIMEOUT_BIT 20
`define WFI_TIMEOUT_BIT 16
// Peripheral Addresses
// Peripheral memory space extends from BASE to BASE+RANGE

View File

@ -80,7 +80,7 @@
`define RESET_VECTOR 64'h0000000000001000
// WFI Timeout Wait
`define WFI_TIMEOUT_BIT 20
`define WFI_TIMEOUT_BIT 16
// Peripheral Addresses
// Peripheral memory space extends from BASE to BASE+RANGE

View File

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

View File

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

View File

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

View File

@ -79,7 +79,7 @@
`define RESET_VECTOR 32'h80000000
// WFI Timeout Wait
`define WFI_TIMEOUT_BIT 20
`define WFI_TIMEOUT_BIT 16
// 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 16
// Peripheral Addresses
// Peripheral memory space extends from BASE to BASE+RANGE

View File

@ -85,7 +85,7 @@
// Range should be a thermometer code with 0's in the upper bits and 1s in the lower bits
// WFI Timeout Wait
`define WFI_TIMEOUT_BIT 20
`define WFI_TIMEOUT_BIT 16
// *** each of these is `PA_BITS wide. is this paramaterizable INSIDE the config file?
`define BOOTROM_SUPPORTED 1'b1

View File

@ -83,7 +83,7 @@
`define AHBW 64
// WFI Timeout Wait
`define WFI_TIMEOUT_BIT 20
`define WFI_TIMEOUT_BIT 16
// Peripheral Physiccal 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 5
`define WFI_TIMEOUT_BIT 16
// Peripheral Physiccal 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 16
// Peripheral Physiccal Addresses
// Peripheral memory space extends from BASE to BASE+RANGE