cluster.py (11053:62544e45c0f4) cluster.py (11682:612f75cf36a0)
1# Copyright (c) 2006-2007 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

--- 23 unchanged lines hidden (view full) ---

32
33import os
34import optparse
35import sys
36
37import m5
38from m5.objects import *
39
1# Copyright (c) 2006-2007 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

--- 23 unchanged lines hidden (view full) ---

32
33import os
34import optparse
35import sys
36
37import m5
38from m5.objects import *
39
40m5.util.addToPath('../common')
41
42# --------------------
43# Define Command Line Options
44# ====================
45
46parser = optparse.OptionParser()
47
48parser.add_option("-d", "--detailed", action="store_true")
49parser.add_option("-t", "--timing", action="store_true")

--- 254 unchanged lines hidden ---
40# --------------------
41# Define Command Line Options
42# ====================
43
44parser = optparse.OptionParser()
45
46parser.add_option("-d", "--detailed", action="store_true")
47parser.add_option("-t", "--timing", action="store_true")

--- 254 unchanged lines hidden ---