You need to sign in or sign up before continuing.
- May 30, 2023
-
-
Jiuyang Liu authored
-
Jiuyang Liu authored
- remove experimental.IO chipsalliance/chisel#2863 - remove bracket for fire() - remove Chisel compatibility mode
-
- May 23, 2023
-
-
Jerry Zhao authored
-
- May 22, 2023
-
-
Jerry Zhao authored
Fix TLJbarTest
-
Jerry Zhao authored
-
- May 18, 2023
-
-
Jerry Zhao authored
Make CreditedIO more usable
-
Jerry Zhao authored
Make AsyncQueue use Rawmodule
-
Jerry Zhao authored
Fix TL unittests
-
Jerry Zhao authored
-
- May 17, 2023
-
-
Jiuyang Liu authored
Fixes for unit-tests
-
Jerry Zhao authored
-
Jerry Zhao authored
-
Jerry Zhao authored
-
Jerry Zhao authored
Add support for an unsynthesizable ROB to produce a TracedInstruction stream with wdata
-
- May 16, 2023
-
-
Jerry Zhao authored
-
Jerry Zhao authored
-
Jerry Zhao authored
-
- May 14, 2023
-
-
Jerry Zhao authored
Fix TLSourceShrinker
-
Jerry Zhao authored
-
- May 12, 2023
-
-
Jerry Zhao authored
-
Jerry Zhao authored
Support custom bundles in Trace
-
- May 11, 2023
-
-
Jerry Zhao authored
-
Jerry Zhao authored
-
Jerry Zhao authored
-
Jerry Zhao authored
-
Jerry Zhao authored
-
- May 10, 2023
-
-
Jerry Zhao authored
-
Jerry Zhao authored
Update debug_rom source to use CSR_DSCRATCH0
-
Jerry Zhao authored
Support generating rocket w/o CEASE
-
Jerry Zhao authored
-
Jerry Zhao authored
-
- May 09, 2023
-
-
Jerry Zhao authored
-
Jerry Zhao authored
-
- May 07, 2023
-
-
rewired authored
* Instructions: sync from riscv-opcodes (add zicond) * Zicond: implement czero.eqz, czero.nez * Zicond: fix implementation * Zicond: reduce code duplication * Add ISA extension when using Zicond * Fix ISA extensions ordering
-
- May 05, 2023
-
-
Jerry Zhao authored
Enables filtering out multiple ranges at once.
-
Jerry Zhao authored
* Add API to force TLBuffers into RocketTile as boundaryBuffers * Generate boundaryBuffers within the Tile, not the TilePRCIDomain
-
- May 02, 2023
-
-
Jiuyang Liu authored
Fix AXI4 RegisterRouter on Wire Clone
-
SingularityKChen authored
+ replace `m _` with `() => m` in the method without a parameter list and by-name params; Methods without a parameter list and by-name params can no longer be converted to functions as `m _`, write a function literal `() => m` instead
-
SingularityKChen authored
+ Use chisel3.experimental.SourceInfo;
-
Zenithal authored
In legacy code it is ok to clone a Wire using Wire() now the requirement is more strict and WireDefault is needed Related to #3059 The Output is added for code style consistency Closes #3324
-