Commit acc5239d by David Edelsohn

update compare function unit comment

From-SVN: r11566
parent 57641239
......@@ -200,11 +200,7 @@
20 19)
; compare is done on integer unit, but feeds insns which
; execute on the branch unit. Ready-delay of the compare
; on the branch unit is large (3-5 cycles). On the iu/fpu
; it is 1. One drawback is that the compare will also be
; assigned to the bpu, but this inaccuracy is worth for being
; able to fill the compare-branch delay, with insns on iu/fpu.
; execute on the branch unit.
(define_function_unit "iu" 1 0
(and (eq_attr "type" "compare")
(eq_attr "cpu" "rios1"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment