<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I suspect this is because you're specifying the pipeline structure but not the latencies. For example:<br>
<br>
  InstrItinData<IIC_FPDivD,      [InstrStage<1, [A2_FU]>],<br>
                                 [72, 0, 0]>,<br>
<br>
The '[InstrStage<1, [A2_FU]>]' specifies the pipeline structure (or, here, the first stage of the pipeline), and the '[72, 0, 0]' specifies the operand latencies (output on cycle 72, reads on cycle 0).<br>
<br>
 -Hal<br>
<span class="HOEnZb"><font color="#888888"><br>--<br>
Hal Finkel<br>
Assistant Computational Scientist<br>
Leadership Computing Facility<br>
Argonne National Laboratory<br>
</font></span></blockquote></div><br><br clear="all"><div>I see. Thank you.</div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>R</div></div></div></div></div>
</div></div>