- Oct 14, 2020
-
-
Megan Wachs authored
-
- Oct 13, 2020
-
-
Megan Wachs authored
-
- Oct 09, 2020
-
-
Andrew Waterman authored
For determinism and X tolerance.
-
Andrew Waterman authored
-
Andrew Waterman authored
Will help with timing for [pseudo-]LRU.
-
Andrew Waterman authored
perSet returns true if the policy's state is typically replicated for each cache set (as with LRU) or is typically global (as with Random). It's not binding, but it's useful for cache controllers.
-
- Oct 07, 2020
-
-
Albert Chen authored
Public accessors for SRAM modules
-
- Oct 06, 2020
-
-
Jack Koenig authored
Update to Chisel 3.4.0 and FIRRTL 1.4.0
-
Jack Koenig authored
Use sbt-sriracha for fully SBT-managed source dependencies. They are also toggleable via JVM System Properties: sbt.sourcemode and sbt.workspace. Update Makefiles and build rocketchip fat jar. Support switching between source and published chisel3 and firrtl, test in CI. Document this flow for bumping and describe impact of this flow on IDE use.
-
Felix Yan authored
-
- Oct 03, 2020
-
-
Richard Xia authored
Enable ProcedureSyntax lint rule
-
Richard Xia authored
Enable LeakingImplicitClassVal lint rule
-
Ernie Edgar authored
-
Wesley W. Terpstra authored
We cannot use '<>' due to the usual chisel3 bug with both sides wires. To appease ':<>', the types must be identical, so we need a cast.
-
- Oct 02, 2020
-
-
Richard Xia authored
-
Richard Xia authored
-
Richard Xia authored
-
Richard Xia authored
-
Richard Xia authored
Add scalafix and remove unused imports
-
- Oct 01, 2020
-
-
Richard Xia authored
-
Richard Xia authored
-
Richard Xia authored
-
- Sep 29, 2020
-
-
Albert Chen authored
-
- Sep 26, 2020
-
-
Andrew Waterman authored
Support subbanking the D$ to save power for narrow accesses
-
Albert Chen authored
-
Albert Chen authored
-
- Sep 25, 2020
-
-
Andrew Waterman authored
This is particularly useful for reducing energy per scalar access when attaching a coprocessor that requires a very wide D$ port.
-
Albert Chen authored
-
- Sep 24, 2020
-
-
綺麗な賢狼ホロ authored
-
Albert Chen authored
-
- Sep 23, 2020
-
-
Wesley W. Terpstra authored
AXI4Deinterleaver: add a buffer when optimized away
-
- Sep 19, 2020
-
-
Ryan Macdonald authored
subsystem: update InterruptBusWrapper crossing code
-
Ryan Macdonald authored
-
- Sep 18, 2020
-
-
Ryan Macdonald authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
Otherwise, cycle timing of the design can be impacted by the optimization which removes this IP. The new default changes the behaviour to leave the timing unaffected by the optimization, which, while a change, is safer.
-
- Sep 17, 2020
-
-
Henry Cook authored
-
Joshua Smith authored
Relax master parameter of RocketCrossingParams
-
Jiuyang Liu authored
bug fix for inlined xbar
-
Henry Cook authored
-