Merge m5read@m5.eecs.umich.edu:/bk/m5
into zed.eecs.umich.edu:/z/benash/bk/m5 --HG-- extra : convert_revision : a0a8fea7224913ef106dc733182abd938feab64d
This commit is contained in:
@@ -7,6 +7,9 @@ from Trace import Trace
|
||||
class Root(SimObject):
|
||||
type = 'Root'
|
||||
clock = Param.RootClock('200MHz', "tick frequency")
|
||||
max_time = Param.Latency('0ns', "maximum simulation time (0 = infinite)")
|
||||
progress_interval = Param.Latency('0ns',
|
||||
"print a progress message at a regular interval (0 = never)")
|
||||
output_file = Param.String('cout', "file to dump simulator output to")
|
||||
checkpoint = Param.String('', "checkpoint file to load")
|
||||
# hier = Param.HierParams(HierParams(do_data = False, do_events = True),
|
||||
|
||||
Reference in New Issue
Block a user