gem5.runtime.html
gem5.runtime module¶
This file contains functions to extract gem5 runtime information.
- gem5.runtime.get_supported_isas() Set[ISA] ¶
Returns the set of all the ISAs compiled into the current binary.
- gem5.runtime.get_supported_protocols() Set[CoherenceProtocol] ¶
Returns the set of all the coherence protocols compiled into the current binary.