- May 11, 2019
-
-
Prashanth Mundkur authored
-
Prashanth Mundkur authored
-
Prashanth Mundkur authored
-
Prashanth Mundkur authored
-
Prashanth Mundkur authored
Print canonical assembly for immediate loads/stores
-
- May 10, 2019
-
-
James Clarke authored
-
- May 09, 2019
-
-
Prashanth Mundkur authored
-
- May 08, 2019
-
-
Robert Norton authored
-
Prashanth Mundkur authored
-
- May 07, 2019
-
-
Prashanth Mundkur authored
-
- May 04, 2019
-
-
Prashanth Mundkur authored
-
Prashanth Mundkur authored
-
Prashanth Mundkur authored
-
Prashanth Mundkur authored
Fix inconsistency in accessing PC/nextPC, which also clarifies which handlers return nextPC values as opposed to setting them.
-
Prashanth Mundkur authored
-
- May 03, 2019
-
-
Robert Norton authored
-
Robert Norton authored
-
Prashanth Mundkur authored
-
Prashanth Mundkur authored
-
Prashanth Mundkur authored
-
Prashanth Mundkur authored
-
Prashanth Mundkur authored
-
Prashanth Mundkur authored
-
- May 02, 2019
-
-
Robert Norton authored
-
Robert Norton authored
Add base address register as extra argument to ext_data_check_addr hook
-
Robert Norton authored
Push address calculation inside the data_check_addr hook and rename it to data_get_addr. This avoids a double register read in CHERI case.
-
Robert Norton authored
Add base address register as extra argument to ext_data_check_addr hook to assist with implementing CHERI capability mode.
-
- Apr 30, 2019
-
-
Prashanth Mundkur authored
-
Robert Norton authored
-
Robert Norton authored
Remove unnecessary option in type of decode and decodeCompressed (never returned None because ILLEGAL ast value used for unknown instructions).
-
- Apr 27, 2019
-
-
Prashanth Mundkur authored
-
- Apr 26, 2019
-
-
Prashanth Mundkur authored
-
Prashanth Mundkur authored
-
- Apr 25, 2019
-
-
Prashanth Mundkur authored
-
Jon French authored
-
Jon French authored
-
Prashanth Mundkur authored
-
- Apr 18, 2019
-
-
Robert Norton authored
It turns out that the problem I was encountering with ARCH=32 was that I was setting it on the command line which overrides all assignments (including the ones that change it to RV32). Digging deeper down the Make rabbit hole it turns out that 'override' allows you to fix this.
-
Robert Norton authored
Fix make code so that ARCH=32,64 actually works as expected (use := for immediate assignment to make variable).
-
Jon French authored
-