- Feb 27, 2023
-
-
Jiuyang Liu authored
-
- Feb 24, 2023
-
-
SingularityKChen authored
+ Rename `given` to `allocated`, as `given` will become a keyword in Scala 3.
-
- Feb 23, 2023
-
-
Zenithal authored
Also bump nix to add circt Also update arch-test script to use new isa spec of toolchain see https://lkml.org/lkml/2022/1/24/537
-
- Feb 22, 2023
-
-
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
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Yang Liu authored
-
- Feb 21, 2023
- Feb 17, 2023
-
-
Yang Liu authored
-
- Feb 16, 2023
-
-
Zenithal authored
-
Zenithal authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Zenithal 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
Ref to https://github.com/chipsalliance/rocket-chip/pull/2889
-
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
-
Jiuyang Liu authored
-
SingularityKChen authored
-
Jiuyang Liu authored
-
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
-