• W
    lq: add 1 extra stage for lq data write (#1705) · 39f2ec76
    William Wang 提交于
    Now lq data is divided into 8 banks by default. Write to lq
    data takes 2 cycles to finish
    
    Lq data will not be read in at least 2 cycles after write, so it is ok
    to add this delay. For example:
    T0: update lq meta, lq data write req start
    T1: lq data write finish, new wbidx selected
    T2: read lq data according to new wbidx selected
    39f2ec76
LoadQueueData.scala 13.5 KB