Bug #5685
closed
Added by Mikhail Chupilko over 9 years ago.
Updated over 9 years ago.
Assignee:
Andrei Tatarnikov
Category:
Template Processor
Detected in build:
2.1.4-beta-150219
Published in build:
150324
Description
This construction won't be compiled, being a part of a ruby template.
x = rand(1, 12)
trace "\nInput parameter value: %d\n", x
Whereas this construction will work
x = rand(1, 12)
add x1, x0, x, 0
- Priority changed from Normal to Urgent
- Category set to Template Processor
- Target version set to 2.1
- Subject changed from [template] Usage of rand in trace to Usage of rand in trace
Fixed in r3274. The following code now works fine:
x = rand(1, 12)
addi t1, t0, x
trace "\nInput parameter value: %d\n", x
Updated VLIW demo templates - r3275.
- Status changed from New to Resolved
- % Done changed from 0 to 100
miniMIPS test template examples were updated - r3276.
- Status changed from Resolved to Closed
- Published in build set to 150324
Also available in: Atom
PDF