- Mar 02, 2018
-
-
Jack Koenig authored
* Misc changes to better enable autoclonetype * Bump chisel3 and firrtl and SBT to 1.1.1
-
- Mar 01, 2018
-
-
Henry Cook authored
BusWrapper API Update
-
Megan Wachs authored
RegFieldDesc: Emit enumerations into JSON if they exist
-
Megan Wachs authored
-
- Feb 28, 2018
-
-
Andrew Waterman authored
Fix mapping of acquire/release AMOs to fence operations
-
- Feb 27, 2018
-
-
Henry Cook authored
Add jtag_vpi.c to sources for vsim
-
Schuyler Eldridge authored
h/t @mwachs5 Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
- Feb 26, 2018
-
-
bipult authored
Added functional covers
-
- Feb 24, 2018
-
-
Andrew Waterman authored
AMO.aq should be implemented as AMO;FENCE, whereas AMO.rl should be implemented as FENCE;AMO. These had been swapped. This error does not affect cacheable accesses using the blocking D$, nor does it affect accesses to the data scratchpad, nor does it affect accesses to strongly ordered I/O regions (which is the default). Cacheable accesses using the nonblocking D$ and accesses to weakly ordered I/O regions may manifest memory-ordering violations. For these accesses, the workaround is to use AMO.aqrl whenever AMO.aq or AMO.rl had been used.
-
Henry Cook authored
-
Wesley W. Terpstra authored
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
Henry Cook authored
-
Henry Cook authored
-
Jacob Chang authored
-
- Feb 23, 2018
-
-
Henry Cook authored
-
Henry Cook authored
-
Bipul Talukdar authored
-
Andrew Waterman authored
Implement misa.C proposal
-
Andrew Waterman authored
This proposal hasn't been adopted yet, but anything is better than the current implementation, where clearing misa.C when the PC is misaligned is effectively undefined.
-
Andrew Waterman authored
In Rocket, debug triggers are supposed to happen before a store occurs, rather than after. Previously, we reported the exception on the store's PC, but the store occurred anyway. This probably hasn't been problematic in practice because most stores are idempotent.
-
- Feb 22, 2018
-
-
Henry Cook authored
-
Henry Cook authored
-
Henry Cook authored
-
Henry Cook authored
-
Henry Cook authored
-
Henry Cook authored
-
Henry Cook authored
-
Henry Cook authored
-
Wesley W. Terpstra authored
-
Henry Cook authored
-
Henry Cook authored
-
Henry Cook authored
-
Andrew Waterman authored
Support fLen > xLen
-
- Feb 21, 2018
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
This is a holdover from before we had built the functional unit.
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-