Searched refs:_the_instance (Results 1 - 1 of 1) sorted by relevance

/gem5/src/sim/
H A DRoot.py37 _the_instance = None variable in class:Root
40 if Root._the_instance:
50 Root._the_instance = SimObject.__new__(cls)
51 return Root._the_instance
55 return Root._the_instance

Completed in 3 milliseconds