Searched hist:10155 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/slicc/ast/
H A DEnqueueStatementAST.py10155:3b0bcc8c34ca Tue Apr 08 14:26:00 EDT 2014 Nilay Vaish <nilay@cs.wisc.edu> ruby: slicc: change enqueue statement
As of now, the enqueue statement can take in any number of 'pairs' as
argument. But we only use the pair in which latency is the key. This
latency is allowed to be either a fixed integer or a member variable of
controller in which the expression appears. This patch drops the use of pairs
in an enqueue statement. Instead, an expression is allowed which will be
interpreted to be the latency of the enqueue. This expression can anything
allowed by slicc including a constant integer or a member variable.
/gem5/src/mem/slicc/
H A Dparser.py10155:3b0bcc8c34ca Tue Apr 08 14:26:00 EDT 2014 Nilay Vaish <nilay@cs.wisc.edu> ruby: slicc: change enqueue statement
As of now, the enqueue statement can take in any number of 'pairs' as
argument. But we only use the pair in which latency is the key. This
latency is allowed to be either a fixed integer or a member variable of
controller in which the expression appears. This patch drops the use of pairs
in an enqueue statement. Instead, an expression is allowed which will be
interpreted to be the latency of the enqueue. This expression can anything
allowed by slicc including a constant integer or a member variable.

Completed in 18 milliseconds