diff options
| author | Joe McGill <jmcgill@us.ibm.com> | 2017-02-22 14:19:35 -0600 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 17:09:21 -0500 |
| commit | 8dc39c9d0c7dadfdec87a8a9e915b98894845670 (patch) | |
| tree | dea55569a0993273191f87f4dcdca99619dbcf7b /import/chips/centaur/common/include | |
| parent | 0a1e893404bacf476aa3d95f7ffffb10dca82567 (diff) | |
| download | talos-hcode-8dc39c9d0c7dadfdec87a8a9e915b98894845670.tar.gz talos-hcode-8dc39c9d0c7dadfdec87a8a9e915b98894845670.zip | |
centaur_misc_constants.H -- adjust polling costants for sim
initial port in values for MAX_FLUSH_LOOPS / SIM_FLUSH_DELAY don't
cover delay values used in p8 sim for 72u 72d refclock
Change-Id: Ib4ed195a93c70142e646dfb53328b4a0d2614ae8
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36876
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Victor F. Fernandes <vf@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/centaur/common/include')
| -rw-r--r-- | import/chips/centaur/common/include/centaur_misc_constants.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/import/chips/centaur/common/include/centaur_misc_constants.H b/import/chips/centaur/common/include/centaur_misc_constants.H index 8d5f8a41..5bec16ff 100644 --- a/import/chips/centaur/common/include/centaur_misc_constants.H +++ b/import/chips/centaur/common/include/centaur_misc_constants.H @@ -46,9 +46,9 @@ #define PERV_GP3_RESET_DATA 0x44166000 -#define MAX_FLUSH_LOOPS 100 +#define MAX_FLUSH_LOOPS 400 #define MAX_REPAIR_POLL_LOOPS 100 -#define SIM_FLUSH_DELAY 20000 +#define SIM_FLUSH_DELAY 400000 #define NANO_FLUSH_DELAY 10000 #define MULTI_CAST_PATTERN 0x0000000000000078 |

