ruby: reorganized ruby python configuration
Reorganized ruby python configuration so that protocol and ruby memory system configuration code can be shared by multiple front-end configuration files (i.e. memory tester, full system, and hopefully the regression tester). This code works for memory tester, but have not tested fs mode.
This commit is contained in:
@@ -36,7 +36,9 @@ parser.add_option("--l2cache", action="store_true")
|
||||
parser.add_option("--fastmem", action="store_true")
|
||||
|
||||
# Run duration options
|
||||
parser.add_option("-m", "--maxtick", type="int")
|
||||
parser.add_option("-m", "--maxtick", type="int", default=m5.MaxTick,
|
||||
metavar="T",
|
||||
help="Stop after T ticks")
|
||||
parser.add_option("--maxtime", type="float")
|
||||
parser.add_option("--maxinsts", type="int")
|
||||
parser.add_option("--prog_intvl", type="int")
|
||||
|
||||
Reference in New Issue
Block a user