diff options
Diffstat (limited to 'src/usr')
| -rw-r--r-- | src/usr/isteps/istep16/call_mss_scrub.C | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/usr/isteps/istep16/call_mss_scrub.C b/src/usr/isteps/istep16/call_mss_scrub.C index 24e8edd18..c82b2a04a 100644 --- a/src/usr/isteps/istep16/call_mss_scrub.C +++ b/src/usr/isteps/istep16/call_mss_scrub.C @@ -55,6 +55,15 @@ void* call_mss_scrub (void *io_pArgs) do { + // TODO: 213933 Remove workaround skipping mss_scrub for swift bringup + #if CONFIG_AXONE_BRING_UP + // There are performance issues and some functional deficiencies + // that make background scrub problematic in SIMICs. + TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace, ISTEP_FUNC + "Background scrubbing not currently working with Swift systems so it is disabled for now" ); + break; + #endif + if ( Util::isSimicsRunning() ) { // There are performance issues and some functional deficiencies |

