sim: Make MaxTick in Python match the one in C++
authorAndreas Hansson <andreas.hansson@arm.com>
Thu, 18 Jul 2013 12:29:08 +0000 (08:29 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Thu, 18 Jul 2013 12:29:08 +0000 (08:29 -0400)
commit204df3b9282fe8f178e9eecf466155912cb8b67c
treeb37373af13335fc228549e701c6009d48f2cf28b
parentfb29dcf378374bf1e5c93afbe002e66e882ca21d
sim: Make MaxTick in Python match the one in C++

This patch aligns the MaxTick in Python with the one in C++. Thus,
both reflect the maximum value that an unsigned 64-bit integer can
have.
src/python/m5/simulate.py