Searched refs:opt (Results 26 - 29 of 29) sorted by relevance

12

/gem5/configs/example/
H A Dapu_se.py60 opt = parser.get_option(opt_str)
62 exec("parser.values.%s = %s" % (opt.dest, value))
69 opt = parser.get_option(opt_str)
71 exec("return_value = parser.values.%s" % opt.dest)
/gem5/util/
H A Dcompile39 search_dirs = [ joinpath(homedir, 'local/lib'), '/opt/local/lib',
153 bool_option("opt", default=False, help="compile opt binaries")
157 help="compile debug, opt, and fast binaries")
186 options.opt = True
192 if options.opt:
193 binaries.append('m5.opt')
/gem5/src/base/
H A Dinet.hh448 // Dnet supplied ipv6 opt header is incomplete and
591 bool isopt(int opt) const { return type() == opt; }
/gem5/src/python/m5/
H A Dmain.py56 def _stats_help(option, opt, value, parser):

Completed in 14 milliseconds

12