- Feb 23, 2019
-
-
Andrew Waterman authored
This avoids having to clock the FPU during MMIO loads, right up until the load comes back.
-
- Feb 16, 2019
-
-
Andrew Waterman authored
The fetch queue needs to fill up, which currently is only possible with certain code sequences. This PR makes the fetch queue flow control exact rather than conservative, removing the software constraint.
-
- Feb 15, 2019
-
-
Jack Koenig authored
Summary of changes: * Async Reset Register support * Minor improvements to constant propagation and code generation * Minor performance improvements * Add "mverilog" compiler with minimal optimizations
-
- Feb 14, 2019
-
-
Gleb Gagarin authored
Extend CoreMonitorBundle with Clocked trait.
-
Gleb Gagarin authored
-
- Feb 13, 2019
-
-
Erik Danie authored
* testing fix to correctly generate brams in vivado * added case of no maskpid * fixed typo
-
Megan Wachs authored
-
Henry Cook authored
-
Derek Pappas authored
-
Henry Cook authored
-
- Feb 12, 2019
-
-
Derek Pappas authored
* adding global storage of components not in the logical tree
-
gsomlo authored
Signed-off-by:Gabriel Somlo <gsomlo@gmail.com>
-
- Feb 10, 2019
-
-
Gleb Gagarin authored
* Don't accept DMI response when DMI Busy error bit is set. * DebugTransport code cleanup
-
Andrew Waterman authored
Support CFLUSH.D.L1 rs1 address argument
-
- Feb 09, 2019
-
-
Andrew Waterman authored
When rs1 = x0, it flushes the whole cache. When rs1 != x0, it flushes the line containing the address in rs1.
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Albert Chen authored
generator: support the no rocket tiles case
-
Ernie Edgar authored
-
- Feb 08, 2019
-
-
Andrew Waterman authored
Get L2 TLB parity check off the critical path
-
edwardcwang authored
Close #1817
-
Jack Koenig authored
-
- Feb 07, 2019
-
-
Derek Pappas authored
-
Ernie Edgar authored
-
- Feb 06, 2019
-
-
Andrew Waterman authored
-
Derek Pappas authored
-
Megan Wachs authored
* PSDTestMode: Add a Config knob for the PSD Bundle Broadcast * PSDTestModeBroadcastKey: update field type
-
- Feb 05, 2019
-
-
Albert Chen authored
-
- Feb 04, 2019
-
-
Srivatsa Yogendra authored
Adding cover points for pmp permission, and access
-
Srivatsa Yogendra authored
Removing the CSR.R as a measure of accessing the csr
-
- Feb 02, 2019
-
-
Srivatsa Yogendra authored
-
Srivatsa Yogendra authored
-
Jimmy Situ authored
* Bump verilator to 4.008 * update verilator opt, which more user friendly * Update thread number for unittest design for travis test
-
- Feb 01, 2019
-
-
Derek Pappas authored
-
Andrew Waterman authored
Minor QoR improvements
-
Srivatsa Yogendra authored
-
gsomlo authored
When simulating with iverilog, we get an error message for the assignment to _RAND in the module's initial block: "Variable declaration in unnamed block requires SystemVerilog." Provide a name (":B0") for the initial block, which should be a syntac no-op for already supported simulators, and allow also running simulations under iverilog. Signed-off-by:Gabriel Somlo <gsomlo@gmail.com>
-
Srivatsa Yogendra authored
-
Srivatsa Yogendra authored
-
Srivatsa Yogendra authored
-