Commit 3624a679 by Richard Kenner

(define_function_unit): Restore ppc601 load and fpload timings.

From-SVN: r6172
parent 6098b63e
...@@ -57,12 +57,12 @@ ...@@ -57,12 +57,12 @@
(define_function_unit "iu" 1 0 (define_function_unit "iu" 1 0
(and (eq_attr "type" "load") (and (eq_attr "type" "load")
(eq_attr "cpu" "rios1")) (eq_attr "cpu" "rios1,ppc601"))
2 0) 2 0)
(define_function_unit "iu" 1 0 (define_function_unit "iu" 1 0
(and (eq_attr "type" "fpload") (and (eq_attr "type" "fpload")
(eq_attr "cpu" "rios1")) (eq_attr "cpu" "rios1,ppc601"))
3 0) 3 0)
(define_function_unit "iu" 1 0 (define_function_unit "iu" 1 0
......
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