ibuffer addition
This commit is contained in:
23
hw/rtl/interfaces/VX_writeback_if.v
Normal file
23
hw/rtl/interfaces/VX_writeback_if.v
Normal file
@@ -0,0 +1,23 @@
|
||||
`ifndef VX_WRITEBACK_IF
|
||||
`define VX_WRITEBACK_IF
|
||||
|
||||
`include "VX_define.vh"
|
||||
|
||||
interface VX_writeback_if ();
|
||||
|
||||
wire valid;
|
||||
wire [`NUM_THREADS-1:0] thread_mask;
|
||||
wire [`NW_BITS-1:0] wid;
|
||||
|
||||
`IGNORE_WARNINGS_BEGIN
|
||||
wire [31:0] curr_PC;
|
||||
`IGNORE_WARNINGS_END
|
||||
|
||||
wire [`NR_BITS-1:0] rd;
|
||||
wire [`NUM_THREADS-1:0][31:0] data;
|
||||
|
||||
wire ready;
|
||||
|
||||
endinterface
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user