1 WARP 2 THREADS WORKING

This commit is contained in:
felsabbagh3
2019-03-31 05:02:55 -04:00
parent 4aac33b298
commit c83ef94d02
50 changed files with 8125 additions and 117160 deletions

View File

@@ -6,9 +6,9 @@
.type _start, @function
.global _start
_start:
li a0, 4 # Num Warps
li a0, 1 # Num Warps
csrw 0x20, a0 # Setting the number of available warps
li a0, 8 # Num Threads
li a0, 2 # Num Threads
csrw 0x21, a0 # Setting the number of available threads
csrw mhartid,zero
csrw misa,zero