Searched refs:bool_option (Results 1 - 2 of 2) sorted by relevance

/gem5/util/
H A Dcompile125 def bool_option(name, default, help):
152 bool_option("debug", default=False, help="compile debug binaries")
153 bool_option("opt", default=False, help="compile opt binaries")
154 bool_option("fast", default=False, help="compile fast binaries")
155 bool_option("prof", default=False, help="compile profile binaries")
160 bool_option("alpha", default=False, help="compile Alpha")
161 bool_option("mips", default=False, help="compile MIPS")
162 bool_option("sparc", default=False, help="compile SPARC")
167 bool_option("syscall", default=True,
169 bool_option("fullsy
[all...]
/gem5/src/python/m5/
H A Doptions.py91 def bool_option(self, name, default, help): member in class:OptionParser

Completed in 5 milliseconds