fetch optimization

This commit is contained in:
Blaise Tine
2021-08-07 12:57:14 -07:00
parent 7ae5da914e
commit b5af2065ee
2 changed files with 22 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
interface VX_fetch_to_csr_if ();
wire [`NUM_THREADS-1:0] thread_masks [`NUM_WARPS-1:0];
wire [`NUM_WARPS-1:0][`NUM_THREADS-1:0] thread_masks;
endinterface