|
Message
From: Heiko Panther<heiko.panther@w...>
Date: Fri Feb 20 16:38:55 CET 2004
Subject: [openrisc] Re: or1200 execution units
OK, based on that information, here's the new function unit description. It looks like we can express the machine with only one function unit, since no insn can execute before the previous insn has been executed.
(define_function_unit "pipeline" 1 0 (eq_attr "type" "shift,add,logic,extend,move,compare") 1 1) (define_function_unit "pipeline" 1 0 (eq_attr "type" "mul") 3 1) (define_function_unit "pipeline" 1 0 (eq_attr "type" "load") 2 1) (define_function_unit "pipeline" 1 0 (eq_attr "type" "store") 1 1)
Heiko
|
 |