• Y
    renameTable: optimize read and write timing (#1101) · 7fa2c198
    Yinan Xu 提交于
    This commit optimizes RenameTable's timing.
    
    Read addresses come from instruction buffer directly and has best
    timing. So we let data read at decode stage and bypass write data
    from this clock cycle to the read data at next cycle.
    
    For write, we latch the write request and process it at the next cycle.
    7fa2c198
CtrlBlock.scala 16.0 KB