45,51d44
< # generate path to input file
< def inputpath(app, file=None):
< # input file has same name as app unless specified otherwise
< if not file:
< file = app
< return os.path.join(test_progs, app, 'input', file)
<
57c50,51
< maxtick = -1
---
> from m5 import MaxTick
> maxtick = MaxTick