• Y
    backend,exu: load balance between issue ports (#947) · bd278897
    Yinan Xu 提交于
    This commit adds support for load balance between different issue ports
    when the function unit is not pipelined and the reservation station has
    more than one issue ports.
    
    We use a ping pong bit to decide which port to issue the instruction. At
    every clock cycle, the bit is flipped.
    bd278897
Exu.scala 7.7 KB