stdlib: Remove simulator.py beta warnings
This component is no longer in a beta state Change-Id: I8e309771aaa03197cf1738ad0af57c253ad58ecd
This commit is contained in:
@@ -53,10 +53,6 @@ class Simulator:
|
||||
"""
|
||||
This Simulator class is used to manage the execution of a gem5 simulation.
|
||||
|
||||
**Warning:** The simulate package is still in a beta state. The gem5
|
||||
project does not guarantee the APIs within this package will remain
|
||||
consistent in future across upcoming releases.
|
||||
|
||||
Example
|
||||
-------
|
||||
Examples using the Simulator class can be found under
|
||||
@@ -165,12 +161,6 @@ class Simulator:
|
||||
|
||||
"""
|
||||
|
||||
warn(
|
||||
"The simulate package is still in a beta state. The gem5 "
|
||||
"project does not guarantee the APIs within this package will "
|
||||
"remain consistent across upcoming releases."
|
||||
)
|
||||
|
||||
# We specify a dictionary here outlining the default behavior for each
|
||||
# exit event. Each exit event is mapped to a generator.
|
||||
self._default_on_exit_dict = {
|
||||
|
||||
Reference in New Issue
Block a user