1. 01 5月, 2023 1 次提交
  2. 30 4月, 2023 2 次提交
    • F
      bump yunsuan · 8e7e08fc
      fdy 提交于
      8e7e08fc
    • C
      func(fuBusyTable): add fuBusyTable with resp · ea0f92d8
      czw 提交于
      func(IQ): add fuBusyTable
      
      func(IssueQueue): suppport fuBusyTable write with og0Resp & og1Resp
      
      func(RSFeedbackType): delete issueFail/rfArbitFail in RSFeedbackType
      
      func(Fu):make some FuncUnits piped
      
      fix(fuBusyTable): fix write of fuBusyTable
      
      type(fuBusyTable): rename & delete some comments
      ea0f92d8
  3. 21 4月, 2023 7 次提交
  4. 20 4月, 2023 3 次提交
  5. 19 4月, 2023 5 次提交
  6. 18 4月, 2023 1 次提交
  7. 16 4月, 2023 2 次提交
  8. 14 4月, 2023 5 次提交
  9. 12 4月, 2023 2 次提交
  10. 11 4月, 2023 2 次提交
  11. 10 4月, 2023 2 次提交
  12. 09 4月, 2023 2 次提交
  13. 06 4月, 2023 2 次提交
  14. 05 4月, 2023 4 次提交
    • X
      backend: fix wakeup error · 36900897
      Xuan Hu 提交于
      * wakeup can take effect only when valid is assert
      36900897
    • X
      backend: refactor regfile rw parameters · 351e22f2
      Xuan Hu 提交于
      * support float memory load/store
      * refactor regfile read parameters
        * replace `numSrc` with `numRegSrc` to notice the src data being from regfile
      * refactor BusyTable read port
        * make int/vf BusyTable have the same number of read ports to simplify connection in Dispatch2Iq
        * the unused read port will be optimized
      * regular IQSize parameters
      * split writeback port for scheduler into two kinds by reg types
      351e22f2
    • X
      backend: fix srcType of stdIQ · b65ff9fe
      Xuan Hu 提交于
      * srcType of store data is from dispatch2iq.io.out(x).bits.srcType(1)
      b65ff9fe
    • X
      backend,memBlock: move `rsIdx` into uop bundle · 92bbe188
      Xuan Hu 提交于
      * `rsIdx` and `isFirstIssue` should be guarded by valid instead connecting from IQ to memBlock directly.
      92bbe188