1. Mar 09, 2023
  2. Mar 02, 2023
  3. Mar 01, 2023
  4. Feb 28, 2023
  5. Feb 27, 2023
  6. Feb 24, 2023
  7. Feb 23, 2023
  8. Feb 22, 2023
    • Zenithal's avatar
      Remove redundant TLBExceptions V bit · fa102f37
      Zenithal authored
      This was introduced by "(185cac83) Add hypervisor extension (#2841)"
      
      This is a dead code, as no circuit is producing and consuming
      this bit.
      
      This was discovered when migrating Core.scala to chisel3, where
      strict checking was applied for IO and firrtl found this is
      not connected.
      
      In the context of hypervisor extension, V bit, or _virtualization
      mode_, indicates whether the hart is currently executing in a
      guest.
      
      For TLBReq, the V bit is needed as it affects the PTW thus TLB
      behavior on whether to do _Two-Stage Address Translation_.
      
      However, the bit is not needed for TLBException. The exceptions
      (pf, gf, ae, ma) have no V=1/V=0 variants. Also, there is no point
      to add V bit for gf (guest page fault).
      
      The io.resp.gf added below in the original patch also does
      not connect io.resp.gf.v. If this V bit should be added
      for this specific exception, it should be connected.
      
      I assume this was added accidentally, as the original
      "extends CoreBundle()(p)" modification seems irrelevant.
      fa102f37
    • Zenithal's avatar
      CryptoNIST: refactor rnum · 57197d69
      Zenithal authored
      This removes a redundant port
      As rnum is encoded in rs2 as imm now,
      we can get it just from rs2
      57197d69
    • Zenithal's avatar
      IDecode: Fix aes64ks1i imm decode · b449875d
      Zenithal authored
      It is not rs2, it is imm
      Related to https://github.com/chipsalliance/rocket-chip/issues/3255
      b449875d
    • Jiuyang Liu's avatar
      fix Makefile · ae9ec9bf
      Jiuyang Liu authored
      ae9ec9bf
    • Jiuyang Liu's avatar
      update build system for cde bump · 0de7f7bd
      Jiuyang Liu authored
      0de7f7bd
    • Jiuyang Liu's avatar
      bump cde submodule · c5e49862
      Jiuyang Liu authored
      c5e49862
    • Jiuyang Liu's avatar
      replace all cde dependencies. · b6bf0bc4
      Jiuyang Liu authored
      b6bf0bc4
    • Yang Liu's avatar
      Backporting with Mergify · 6fcd934f
      Yang Liu authored
      6fcd934f
  9. Feb 21, 2023
  10. Feb 17, 2023
  11. Feb 16, 2023
  12. Feb 14, 2023