1. 16 4月, 2021 2 次提交
  2. 05 4月, 2021 2 次提交
  3. 04 4月, 2021 4 次提交
  4. 03 4月, 2021 2 次提交
  5. 02 4月, 2021 3 次提交
  6. 01 4月, 2021 4 次提交
    • Y
      ResetGen: generate reset signals for different modules (#740) · 94c92d92
      Yinan Xu 提交于
      * Add ResetRegGen module to generate reset signals for different modules
      
      To meet physical design requirements, reset signals for different modules
      need to be generated respectively. This commit adds a ResetRegGen module
      to automatically generate reset registers and connects different reset
      signals to different modules, including l3cache, l2cache, core.
      L1plusCache, MemBlock, IntegerBlock, FloatBlock, CtrlBlock, Frontend are
      reset one by one.
      94c92d92
    • Y
      Makefile: enable SRAM randomization for verilator simulation (#739) · 2b3df3d4
      Yinan Xu 提交于
      * ICache: set holdRead to true for meta and data SRAMs
      
      SyncReadMem generates the verilog behavior model whose output rdata is always
      mem(RegNext(raddr)). Accidentally, ICache will not change meta and data
      SRAMs' raddr if the second pipeline stage is stalled (and ren is false).
      Thus, the SRAMs seem to have the holdRead property.
      Obviously, it will cause errors on real SRAMs. We set holdRead to true to fix the bug.
      
      * L1plusCache: set holdRead to true for SRAMs
      
      * Makefile: enable SRAM randomization for verilator simulation
      
      Previously we don't use the --infer-rw and --repl-seq-mem flags for simulation verilog.
      However, the SyncReadMem fails to generate random read data when ren is not set.
      In this commit, SyncReadMem is changed to blackboxes and generated by the vlsi_mem_gen script.
      RANDOMIZE_GARBAGE_ASSIGN flag is defined to enable randomization.
      2b3df3d4
    • Y
      ICache: set holdRead to true for meta and data SRAMs (#736) · 88951dca
      Yinan Xu 提交于
      SyncReadMem generates the verilog behavior model whose output rdata is always
      mem(RegNext(raddr)). Accidentally, ICache will not change meta and data
      SRAMs' raddr if the second pipeline stage is stalled (and ren is false).
      Thus, the SRAMs seem to have the holdRead property.
      Obviously, it will cause errors on real SRAMs. We set holdRead to true to fix the bug.
      88951dca
    • Y
      L1plusCache: set holdRead to true for SRAMs (#738) · 53260d5b
      Yinan Xu 提交于
      53260d5b
  7. 31 3月, 2021 5 次提交
  8. 30 3月, 2021 5 次提交
  9. 29 3月, 2021 1 次提交
  10. 28 3月, 2021 1 次提交
  11. 27 3月, 2021 1 次提交
  12. 26 3月, 2021 7 次提交
  13. 25 3月, 2021 3 次提交