-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthew Naylor
committed
Jun 5, 2023
1 parent
8bb2cb8
commit 4521cad
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pebbles
updated
13 files
+6 −0 | inc/Pebbles/CSRs/SIMTHost.h | |
+97 −105 | src/Pebbles/Instructions/RV32_I.hs | |
+572 −0 | src/Pebbles/Instructions/RV32_IxCHERI.hs | |
+0 −389 | src/Pebbles/Instructions/RV32_xCHERI.hs | |
+51 −47 | src/Pebbles/Memory/CapSerDes.hs | |
+39 −1 | src/Pebbles/Memory/CoalescingUnit.hs | |
+1 −0 | src/Pebbles/Pipeline/Interface.hs | |
+397 −161 | src/Pebbles/Pipeline/SIMT.hs | |
+12 −0 | src/Pebbles/Pipeline/SIMT/Management.hs | |
+172 −63 | src/Pebbles/Pipeline/SIMT/RegFile.hs | |
+17 −20 | src/Pebbles/Pipeline/Scalar.hs | |
+4 −0 | src/Pebbles/Util/List.hs | |
+85 −0 | src/Pebbles/Util/SlotManager.hs |