- Sep 18, 2022
-
-
Jiuyang Liu authored
-
- Sep 17, 2022
-
-
John Ingalls authored
-
- Sep 15, 2022
-
-
SingularityKChen authored
-
Tianrui Wei authored
Bump the formal subdirectory to chisel3 Signed-off-by:
Tianrui Wei <tianrui@tianruiwei.com> Signed-off-by:
Tianrui Wei <tianrui@tianruiwei.com>
-
Jerry Zhao authored
* Add TLResourceRemover * RegionReplicator: only check prefix when relevant * Support incoherent access to AXI4 extmem through sbus
-
- Sep 14, 2022
-
-
SingularityKChen authored
-
SingularityKChen authored
-
- Sep 13, 2022
-
-
SingularityKChen authored
-
SingularityKChen authored
-
- Sep 12, 2022
-
-
SingularityKChen authored
-
- Sep 07, 2022
-
-
Tuo Li authored
RoccBlackBox fixes for: 1) incorrect signal assigned to rocc_resp_bits_rd; 2) incorrect behavior in synthesis result (tested on FPGA) (#3035)
-
- Sep 02, 2022
-
-
Jiuyang Liu authored
-
Jerry Zhao authored
Removed TraceGen in HeterogeneousTileExampleConfig
-
- Aug 30, 2022
-
-
Jerry Zhao authored
Convert toaxe.py to Python3
-
Abraham Gonzalez authored
-
- Aug 11, 2022
-
-
Yanqi Yang authored
Co-authored-by:Jiuyang liu <liujiuyang1994@gmail.com>
-
- Jul 08, 2022
-
-
Sihao Liu authored
-
- Jul 05, 2022
-
-
John Ingalls authored
-
- Jul 04, 2022
-
-
Lucheng Zhang authored
-
- Jul 01, 2022
-
-
John Ingalls authored
-
- Jun 16, 2022
-
-
Jerry Zhao authored
-
- Jun 13, 2022
- Jun 04, 2022
-
-
Andrew Waterman authored
Partially reverts #2836, but in such a way that it works with the new QMC.
-
- May 18, 2022
-
-
Jiuyang Liu authored
* Use new Chisel Decoder API * CSR: fix decode when using new Chisel API When using new API, io.rw.addr << 20 would not match any entry in decode_table. e.g. When io.rw.addr[11:0] == "h102", after left shift 20 it would become "h10200000", which wont match SRET ("h10200073") as defined in Instructions.scala. Note, SRET is not defined with DontCare. Magically, old API can work with this case, which should not. In this fix the least significant 20 bits of decode_table keys are dropped to match addr. * Make Decode logic width-safe This involves ensuring all BitPats that correspond to a particular portion of the decoded result are of the same width. BitPats with no "don't cares" can be zero padded to the common width. BitPats with "don't cares" that are too small are an error. Co-authored-by:Jack Koenig <koenig@sifive.com> Co-authored-by:
Zenithal <i@zenithal.me>
-
- May 14, 2022
-
-
Yan authored
-
Jiuyang Liu authored
-
Yan authored
-
Yan authored
hardcode reg_vsstatus.xs to zero/dirty
-
- May 13, 2022
-
-
Chen authored
* Fix typo: priviledged -> privileged This incurs a small breaking change, but can be easily fixed. * Add comments to amba and tilelink modules and fix typos.
-
- May 12, 2022
-
-
Jiuyang Liu authored
Bind Verilog path with EICG_wrapper
-
phantom1003 authored
-
- May 06, 2022
-
-
Jiuyang Liu authored
Update Instructions with riscv-opcodes
-
Jerry Zhao authored
configs: add WithHypervisor config
-
- May 05, 2022
- May 04, 2022
-
-
Jiuyang Liu authored
[AXISBundleBits] re-add clonetype override
-