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

12

/gem5/ext/mcpat/cacti/
H A Dmakefile3 .PHONY: dbg opt depend clean clean_dbg clean_opt
5 all: opt
10 opt: $(TAR).mk obj_opt
11 @$(MAKE) TAG=opt -C . -f $(TAR).mk
26 @$(MAKE) TAG=opt -C . -f $(TAR).mk clean
/gem5/configs/common/
H A DHMC.py88 # | | Link Aggregator | opt |
294 def config_hmc_host_ctrl(opt, system):
300 if opt.arch == "distributed" or opt.arch == "mixed":
315 slar = convert.toMemorySize(opt.serial_link_addr_range)
318 if opt.arch == "same":
320 range(opt.num_serial_links)]
323 if opt.arch == "distributed":
325 range(opt.num_serial_links)]
328 if opt
[all...]
H A DOptions.py55 def _listCpuTypes(option, opt, value, parser):
59 def _listBPTypes(option, opt, value, parser):
63 def _listHWPTypes(option, opt, value, parser):
67 def _listIndirectBPTypes(option, opt, value, parser):
71 def _listMemTypes(option, opt, value, parser):
75 def _listPlatformTypes(option, opt, value, parser):
/gem5/ext/mcpat/
H A Dmakefile5 .PHONY: all dbg opt clean clean_dbg clean_opt
7 all: opt
12 opt: $(TAR).mk $(ODIR)/obj_opt
13 @$(MAKE) TAG=opt ODIR=$(ODIR) -C . -f $(TAR).mk
28 @$(MAKE) TAG=opt ODIR=$(ODIR) -C . -f $(TAR).mk clean
/gem5/src/systemc/tests/systemc/1666-2011-compliance/living_dead_bug/
H A Dliving_dead_bug.cpp57 sc_spawn_options opt; local
58 opt.dont_initialize();
59 sc_spawn( sc_bind( &Top::target, this ), "dyn_target", &opt ); local
/gem5/src/sim/
H A Dmathexpr.cc93 for (unsigned opt = 0; opt < ops.size(); opt++) {
94 if (ops[opt].priority != p) continue;
95 if (ops[opt].c == expr[i]) {
98 if (ops[opt].binary)
101 if ((l && r) || (!ops[opt].binary && r)) {
104 n->op = ops[opt].op;
160 for (auto & opt : ops)
161 if (opt
[all...]
/gem5/src/python/m5/util/
H A Djobfile.py133 for opt in options:
134 if opt._config != config:
139 self._groups = [ opt._group for opt in options ]
158 for opt in self._options:
159 if opt.name:
160 names.append(opt.name)
164 for opt in self._options:
165 if opt.desc:
166 descs.append(opt
[all...]
/gem5/util/batch/
H A Dsend.py119 for opt,arg in opts:
120 if opt == '-C':
122 if opt == '-c':
124 if opt == '-d':
126 if opt == '-e':
128 if opt == '-f':
130 if opt == '-h':
133 if opt == '-j':
135 if opt == '-l':
137 if opt
[all...]
/gem5/util/pbs/
H A Dsend.py120 for opt,arg in opts:
121 if opt == '-C':
123 if opt == '-c':
125 if opt == '-d':
127 if opt == '-e':
129 if opt == '-f':
131 if opt == '-h':
134 if opt == '-j':
136 if opt == '-l':
138 if opt
[all...]
/gem5/src/unittest/
H A Dgenini.py46 for opt,arg in opts:
47 if opt == '-E':
57 if opt == '-I':
/gem5/tests/gem5/
H A Dsuite.py73 this test can be ran for. (E.g. opt, debug)
77 for opt in valid_variants:
86 _name = '{given_name}-{isa}-{opt}'.format(
89 opt=opt)
108 tags = [isa, opt, length]
113 _fixtures.append(Gem5Fixture(isa, opt, protocol))
/gem5/src/base/
H A Dinet.cc269 const IpOpt *opt = (const IpOpt *)data; local
270 int len = opt->len();
274 vec.push_back(opt);
320 Ip6Opt* opt = NULL; local
324 opt = (Ip6Opt *)data;
328 nxt = opt->nxt();
329 data += opt->len();
330 all -= opt->len();
331 opt = NULL;
334 return (const Ip6Opt*)opt;
366 const TcpOpt *opt = (const TcpOpt *)data; local
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/mixed_child_procs/
H A Dmixed_child_procs.cpp54 opt.spawn_method();
55 opt.set_sensitivity( &ev );
79 m = sc_spawn(sc_bind(&Top::child_method, this, index++, 3), "m", &opt);
82 sc_spawn_options opt; member in struct:Top
131 sc_spawn(sc_bind(&Top::child_method, this, index++, level-1), "h", &opt); local
170 sc_spawn(sc_bind(&Top::child_method, this, index++, level-1), "m", &opt); local
/gem5/util/stats/
H A Doutput.py169 bdescs = [ ' '.join([o.desc for o in opt]) for opt in bopts]
173 gdescs = [ ' '.join([o.desc for o in opt]) for opt in gopts]
191 names = [ opt.name for opt in options ]
192 descs = [ opt.desc for opt in options ]
/gem5/util/tlm/
H A Drun_gem5_fs.sh39 ../../build/ARM/gem5.opt ../../configs/example/fs.py \
/gem5/src/systemc/tests/systemc/compliance_1666/test206/
H A Dtest206.cpp55 sc_spawn_options opt; local
56 opt.spawn_method();
57 sc_spawn(sc_bind(&M::proc, this), "dynamic_proc", &opt); local
/gem5/src/systemc/tests/systemc/kernel/process_control/test07/
H A Dtest07.cpp96 void child( start_options opt ){
101 if( opt & create_child_obj )
106 if( opt & start_child_proc )
/gem5/util/cxx_config/
H A DMakefile39 VARIANT = opt
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_pause/
H A Dsc_pause.cpp169 sc_spawn_options opt; local
170 opt.spawn_method();
171 opt.set_sensitivity( &timed_ev );
172 opt.set_sensitivity( &delta_ev );
173 opt.dont_initialize();
174 sc_spawn(sc_bind(&Top::ev_handler, this), "ev_handler", &opt); local
/gem5/src/systemc/tests/systemc/compliance_1666/test203a/
H A Dtest203a.cpp57 sc_spawn_options opt; local
58 opt.spawn_method();
59 sc_process_handle h4 = sc_spawn(sc_bind(&M::stat_method, this), "stat_method", &opt);
99 sc_spawn_options opt; local
100 opt.spawn_method();
101 sc_process_handle h4 = sc_spawn(sc_bind(&M::dyn_method, this), "dyn_method", &opt);
/gem5/util/dist/test/
H A Dtest-2nodes-AArch64.sh56 GEM5_EXE=$GEM5_DIR/build/ARM/gem5.opt
/gem5/util/systemc/gem5_within_systemc/
H A DMakefile39 VARIANT = opt
/gem5/tests/configs/
H A Dgpu-ruby.py56 opt = parser.get_option(opt_str)
58 exec("parser.values.%s = %s" % (opt.dest, value))
65 opt = parser.get_option(opt_str)
67 exec("return_value = parser.values.%s" % opt.dest)
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sync_reset/
H A Dsync_reset.cpp50 sc_spawn_options opt; local
51 opt.spawn_method();
52 opt.dont_initialize();
53 opt.set_sensitivity( &t1.reset_event() );
54 sc_spawn(sc_bind( &M2::reset_handler, this ), "reset_handler", &opt); local
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset/
H A Dasync_reset.cpp53 sc_spawn_options opt; local
54 opt.async_reset_signal_is(areset, true);
55 t = sc_spawn(sc_bind(&Top::T, this), "T", &opt);
57 opt.spawn_method();
58 opt.dont_initialize();
59 opt.set_sensitivity( &clk );
60 m = sc_spawn(sc_bind(&Top::M, this), "M", &opt);

Completed in 29 milliseconds

12