• Y
    backend,rs: move select logic to stage 0 (#1023) · 64056bed
    Yinan Xu 提交于
    This commit moves issue select logic in reservation stations to stage 0
    from stage 1. It helps timing of stage 1, which load-to-load requires.
    
    Now, reservation stations have the following stages:
    
    * S0: enqueue and wakeup, select. Selection results are RegNext-ed.
    * S1: data/uop read and data bypass. Bypassed results are RegNext-ed.
    * S2: issue instructions to function units.
    64056bed
StatusArray.scala 12.1 KB