- Apr 01, 2023
-
-
Jerry Zhao authored
-
- Mar 30, 2023
-
-
Jerry Zhao authored
Support overriding the device set for diplomatic SRAMs (backport #3320)
-
Jerry Zhao authored
(cherry picked from commit c8edec39)
-
Jerry Zhao authored
(cherry picked from commit 12e21a61)
-
- Mar 23, 2023
-
-
Jerry Zhao authored
Porting Chisel 2 to Chisel 3: devices/ (backport #3278)
-
Jerry Zhao authored
Porting Chisel 2 to Chisel 3: rocket/ (backport #3282)
-
Jerry Zhao authored
Porting Chisel 2 to Chisel 3: amba/axi4/UserYanker.scala (backport #3277)
-
Jerry Zhao authored
Fix CharCount RoCC example bug (backport #3305)
-
Jerry Zhao authored
Change CharCountRoCC Example to use dcacheParams (backport #3304)
-
Jerry Zhao authored
Hypervisor: encodeVirtualAddress extra MSB to canonicalize VS-disabled (backport #3314)
-
- Mar 22, 2023
-
-
John Ingalls authored
(cherry picked from commit 0504a9b8)
-
- Mar 15, 2023
-
-
Jerry Zhao authored
RoCC accesses D$, not I$ (cherry picked from commit 61ea81c1)
-
Jerry Zhao authored
Reset recv_beat (cherry picked from commit f19a90af)
-
Jerry Zhao authored
L1TLB: VS-mode SFENCE misses tera/giga-page entries fragmented superpages (backport #3297)
-
singularity authored
(cherry picked from commit b2fd9918)
-
singularity authored
(cherry picked from commit d6a982b2)
-
singularity authored
(cherry picked from commit e645d940)
-
singularity authored
(cherry picked from commit 1ff0db37)
-
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
-