- Mar 23, 2023
-
- Mar 15, 2023
-
-
Jerry Zhao authored
L1TLB: VS-mode SFENCE misses tera/giga-page entries fragmented superpages (backport #3297)
-
John Ingalls authored
(cherry picked from commit 8b52a6f6)
- Mar 02, 2023
-
-
Jerry Zhao authored
-
- Mar 01, 2023
-
-
Liu Xiaoyi authored
Nix 2.14 released with incompatibilities with cachix/install-nix-action. This PR pins nix to 2.13.3 to avoid CI fails See: https://github.com/cachix/install-nix-action/issues/161 (cherry picked from commit 84533ae0)
-
Jerry Zhao authored
Relax dependencies on HasPeripheryDebug (backport #3279)
-
- Feb 28, 2023
-
-
Jerry Zhao authored
(cherry picked from commit 0e4af6df)
-
Jerry Zhao authored
(cherry picked from commit a2682ca3)
-
Hansung Kim authored
(cherry picked from commit 34d73098)
-
- Feb 23, 2023
-
-
Jiuyang Liu authored
-
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.
-
Zenithal authored
This removes a redundant port As rnum is encoded in rs2 as imm now, we can get it just from rs2
-
Zenithal authored
It is not rs2, it is imm Related to https://github.com/chipsalliance/rocket-chip/issues/3255
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jerry Zhao authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Zenithal authored
scala.reflect.internal.Types: constructor RecordMap in class RecordMap cannot be accessed in package util from package util in package rocketchip
-
Zenithal authored
Cherry-picked https://github.com/chipsalliance/chisel3/commit/7372c9e2eed082d35abbe55f856d03fda68dc0be Should use BarrelShifter from chisel3.std, but it is not published, see https://github.com/chipsalliance/chisel3/pull/2997
-
- Feb 16, 2023
-
-
Jiuyang Liu authored
-
Liu Xiaoyi authored
-
John Ingalls authored
-
- Feb 14, 2023
-
-
Jerry Zhao authored
-
- Feb 06, 2023
-
-
Jerry Zhao authored
-
- Feb 03, 2023
-
-
Jerry Zhao authored
util: fix errors during FIRRTL pass
-
- Feb 02, 2023
-
-
Jerry Zhao authored
Assorted fixes for scala 2.13/chisel 3.5.5
-
- Feb 01, 2023
-
-
Zihao Yu authored
-
- Jan 31, 2023
-
-
Jerry Zhao authored
-
- Jan 30, 2023
-
-
Jerry Zhao authored
-
Jerry Zhao authored
-
John Ingalls authored
-
John Ingalls authored
-
- Jan 26, 2023
-
-
Zenithal authored
-
Jiuyang Liu authored
-
- Jan 22, 2023
-
-
Jerry Zhao authored
-
Jerry Zhao authored
-
Jerry Zhao authored
-
Jerry Zhao authored
-