gem5/configs
Nilay Vaish 4333549575 cpu: o3: replace issueLatency with bool pipelined
Currently, each op class has a parameter issueLat that denotes the cycles after
which another op of the same class can be issued.  As of now, this latency can
either be one cycle (fully pipelined) or same as execution latency of the op
(not at all pipelined).  The fact that issueLat is a parameter of type Cycles
makes one believe that it can be set to any value.  To avoid the confusion, the
parameter is being renamed as 'pipelined' with type boolean.  If set to true,
the op would execute in a fully pipelined fashion. Otherwise, it would execute
in an unpipelined fashion.
2015-04-29 22:35:22 -05:00
..
boot rcs scripts: remove bbench.rcS 2013-04-02 12:46:49 -04:00
common cpu: o3: replace issueLatency with bool pipelined 2015-04-29 22:35:22 -05:00
dram config: Remove memory aliases and rely on class name 2015-04-20 12:46:29 -04:00
example config: enable setting SE-mode environment variables from file 2015-04-23 13:40:18 -07:00
ruby mem: Move crossbar default latencies to subclasses 2015-03-02 04:00:47 -05:00
splash2 mem: Move crossbar default latencies to subclasses 2015-03-02 04:00:47 -05:00
topologies config: topologies: slight code refactor 2014-02-23 19:16:15 -06:00