fmax optimizations bundles
This commit is contained in:
@@ -7,7 +7,6 @@ interface VX_ibuffer_if ();
|
||||
|
||||
wire valid;
|
||||
wire [`NW_BITS-1:0] wid;
|
||||
wire [`NW_BITS-1:0] wid_n;
|
||||
wire [`NUM_THREADS-1:0] tmask;
|
||||
wire [31:0] PC;
|
||||
wire [`EX_BITS-1:0] ex_type;
|
||||
@@ -21,9 +20,11 @@ interface VX_ibuffer_if ();
|
||||
wire [31:0] imm;
|
||||
wire use_PC;
|
||||
wire use_imm;
|
||||
wire [`NUM_REGS-1:0] used_regs;
|
||||
wire ready;
|
||||
|
||||
wire [`NUM_REGS-1:0] used_regs_n;
|
||||
wire [`NW_BITS-1:0] wid_n;
|
||||
|
||||
endinterface
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user