unused variables refactoring
This commit is contained in:
@@ -9,13 +9,11 @@ interface VX_writeback_if ();
|
||||
|
||||
wire [`NUM_THREADS-1:0] tmask;
|
||||
wire [`NW_BITS-1:0] wid;
|
||||
`IGNORE_WARNINGS_BEGIN
|
||||
wire [31:0] PC;
|
||||
`IGNORE_WARNINGS_END
|
||||
wire [`NR_BITS-1:0] rd;
|
||||
wire [`NUM_THREADS-1:0][31:0] data;
|
||||
|
||||
wire [`NUM_THREADS-1:0][31:0] data;
|
||||
wire eop;
|
||||
|
||||
wire ready;
|
||||
|
||||
endinterface
|
||||
|
||||
Reference in New Issue
Block a user