minor update

This commit is contained in:
Blaise Tine
2021-07-17 07:22:16 -07:00
parent e0487e4555
commit 382585d33d
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ interface VX_ifetch_rsp_if ();
wire [`NUM_THREADS-1:0] tmask;
wire [`NW_BITS-1:0] wid;
wire [31:0] PC;
wire [31:0] instr;
wire [31:0] data;
wire ready;
endinterface