1. 24 6月, 2022 1 次提交
  2. 18 6月, 2022 2 次提交
    • Y
      decode: do not set lsrc of LUI for better timing (#1586) · a19215dd
      Yinan Xu 提交于
      This commit changes the lsrc/psrc of LUI in dispatch instead of
      decode to optimize the timing of lsrc in DecodeStage, which is
      critical for rename table.
      
      lsrc/ldest should be directly get from instr for the timing. Fused
      instructions change lsrc/ldest now, which will be optimized later.
      a19215dd
    • W
      perfcnt: keep strict regularity of perf counter name (#1585) · d18dc7e6
      wakafa 提交于
      * buspmu: avoid inner space in perf-cnt name
      
      * perfcnt: judge regularity of perfname
      
      * perfcnt: fix some irregular perfname
      
      * bump huancun
      d18dc7e6
  3. 17 6月, 2022 1 次提交
  4. 11 6月, 2022 1 次提交
  5. 09 6月, 2022 5 次提交
  6. 08 6月, 2022 2 次提交
  7. 06 6月, 2022 4 次提交
  8. 02 6月, 2022 1 次提交
    • L
      ittage: we should write new target when alloc · 3b7c55f8
      Lingrui98 提交于
      Previous logic checked the value of old_ctr to select between old target and
      new target when updating ittage table. However, when we need to alloc a new
      entry, the value of old_ctr is X because we do not reset ittage table. So we
      would definitely write an X to the target field, which is the output of the
      mux, as the selector is X.
      3b7c55f8
  9. 31 5月, 2022 2 次提交
  10. 29 5月, 2022 1 次提交
  11. 27 5月, 2022 1 次提交
    • Y
      soc: fix implementation of rtc_clock (#1565) · 88ca983f
      Yinan Xu 提交于
      Previously we made a mistake to connect rtc_clock to rtcTick for CLINT.
      
      rtcTick should be on io_clock clock domain and asserted only one
      clock cycle in io_clock for every cycle in rtc_clock. We add sampling
      registers in this commit to fix this.
      88ca983f
  12. 26 5月, 2022 1 次提交
  13. 25 5月, 2022 2 次提交
  14. 24 5月, 2022 1 次提交
  15. 22 5月, 2022 1 次提交
  16. 21 5月, 2022 1 次提交
  17. 12 5月, 2022 1 次提交
  18. 11 5月, 2022 3 次提交
  19. 09 5月, 2022 4 次提交
  20. 07 5月, 2022 1 次提交
  21. 06 5月, 2022 4 次提交