mirror of
https://github.com/open-simh/simh.git
synced 2026-02-11 18:55:09 +00:00
- Throttling delays are self adjusting for specific speed throttling (K cycles and M cycles and % cycles). - Throttling starts after THROT_DELAY seconds of execution. - THROT_DELAY is a register accessible via EXAMINE and DEPOSIT once throttling has been enabled. - Throttle sleep times are recalibrated every 10 seconds based on execution performance for the prior 10 seconds if the current execution rate differs from the desired rate by more than THROT_DRIFT_PCT. THROT_DRIFT_PCT defaults to 5 and is a register accessible via EXAMINE and DEPOSIT once throttling has been enabled. - Addressing details reported in #508
7.6 KiB
7.6 KiB