scope refactoring + snoop invalidate

This commit is contained in:
Blaise Tine
2020-06-12 00:04:31 -07:00
parent 19f263c772
commit d6b0ef2b3c
44 changed files with 652 additions and 589 deletions

View File

@@ -9,7 +9,7 @@ interface VX_exec_unit_req_if ();
wire [`NUM_THREADS-1:0] valid;
wire [`NW_BITS-1:0] warp_num;
wire [31:0] curr_PC;
wire [31:0] PC_next;
wire [31:0] next_PC;
// Write Back Info
wire [4:0] rd;
@@ -29,7 +29,7 @@ interface VX_exec_unit_req_if ();
wire [2:0] branch_type;
// Jal info
wire jalQual;
wire is_jal;
wire jal;
wire [31:0] jal_offset;