Searched refs:commands (Results 1 - 5 of 5) sorted by relevance

/gem5/util/
H A Dgem5img.py67 # used with non-interactive commands where the output is for internal use.
164 commands = {} variable
176 commands[self.name] = self
359 if len(argv) < 2 or argv[1] not in commands:
363 command = commands[name]
370 command = commands[argv[1]]
H A Dhgstyle.py56 from mercurial import bdiff, mdiff, commands
215 do_check_style, all_opts + _common_region_options + commands.walkopts,
/gem5/ext/drampower/src/
H A DCmdScheduler.h86 // sorting the commands according to their scheduling time.
100 // the scheduled ACTIVATE commands are stored in ACT.
104 // the scheduled READ or WRITE commands are stored in RDWR.
106 // all the scheduled commands for a transaction is stored by cmdScheduling.
113 // commands which are scheduled to the memory.
125 // the function used to schedule commands according to the timing constraints.
165 // commands which will be used by the power analysis part.
166 std::ofstream commands; member in class:Data::cmdScheduler
H A DCmdScheduler.cc52 // scheduling a number of commands to the memory. Hence, the transactions are
53 // translated into a sequence of commands which will be used for power analysis.
57 commands.open("commands.trace", ifstream::out);
73 commands.close();
136 // Then the command scheduling function is triggered to generate commands and
195 // independent between transactions. The commands for a new transaction cannot
196 // be scheduled until all the commands for the current one are scheduled.
197 // After the scheduling, a sequence of commands are obtained and they are written
198 // into commands
[all...]
/gem5/util/stats/
H A Dstats.py39 commands extra parameters description
66 def commands(options, command, args): function
245 commands(options, command, args)
484 commands(options, command, args)

Completed in 10 milliseconds