1. 09 1月, 2022 1 次提交
  2. 08 1月, 2022 2 次提交
  3. 07 1月, 2022 11 次提交
  4. 06 1月, 2022 2 次提交
  5. 05 1月, 2022 1 次提交
    • L
      Debug mode: various bug fixes (#1412) · d7dd1af1
      Li Qianruo 提交于
      * Reduce trigger hit wires that goes into exceptiongen
      * Fix frontend triggers rewriting hit wire
      * Retrieved some accidentally dropped changes in branch dm-debug (mainly fixes to debug mode)
      * Fix dmode in tdata1
      * Fix ebreaks not causing exception in debug mode
      * Fix dcsr field bugs
      * Fix faulty distributed tEnable
      * Fix store triggers not using vaddr
      * Fix store trigger rewriting hit vector
      * Initialize distributed tdata registers in MemBlock and Frontend to zero
      * Fix load trigger select bit in mcontrol
      * Fix singlestep bit valid in debug mode
      * Mask all interrupts in debug mode
      d7dd1af1
  6. 04 1月, 2022 1 次提交
  7. 01 1月, 2022 5 次提交
  8. 31 12月, 2021 1 次提交
  9. 30 12月, 2021 5 次提交
  10. 29 12月, 2021 5 次提交
  11. 28 12月, 2021 1 次提交
    • W
      mem: refactor l1 error implementation (#1391) · 9ef181f4
      William Wang 提交于
      * dcache: add source info in L1CacheErrorInfo
      
      * ICache: fix valid signal and add source/opType
      
      * dcache: fix bug in ecc error
      
      * mem,csr: send full L1CacheErrorInfo to CSR
      
      * icache: provide cache error info for CSR
      
      * dcache: force resp hit if tag ecc error happens
      
      * mem: reorg l1 cache error report path
      
      Now dcache tag error will force trigger a hit
      
      * dcache: fix readline ecc check error
      
      * dcache: mainpipe will not be influenced by tag error
      
      * dcache: fix data ecc check error
      
      * dcache: if coh state is Nothing, do not raise error
      Co-authored-by: Nzhanglinjuan <zhanglinjuan20s@ict.ac.cn>
      Co-authored-by: NJinYue <jinyue20s@ict.ac.cn>
      9ef181f4
  12. 27 12月, 2021 3 次提交
  13. 26 12月, 2021 2 次提交