• Y
    dp2: add a pipeline for load/store (#1597) · fa9d712c
    Yinan Xu 提交于
    * dp2: add a pipeline for load/store
    
    Load/store Dispatch2 has a bad timing because it requires the fuType
    to disguish the out ports. This brings timing issues because the
    instruction has to read busyTable after the port arbitration.
    
    This commit adds a pipeline in dp2Ls, which may cause performance
    degradation. Instructions are dispatched according to out, and at
    the next cycle it will leave dp2.
    
    * bump difftest trying to fix vcs
    fa9d712c
StatusArray.scala 14.8 KB