• Z
    IssueQueue: move bypass's data from wakeupPorts to bypassData · 986a0bb0
    ZhangZifei 提交于
    also parameterize bypass logic in Exu and Backend.
    add needBypass in Exu.Config to explictly point out bypass or not.
    bypass logic: the bypass units form a bypass group, they bypass
    each other, the data was bypassed by io.bypassUops and bypassData.
    other data from non-bypass-group are passed by wakeupPorts.
    Units of non-bypass-group are passed normally
    986a0bb0
Exu.scala 3.1 KB