fmax optimizations bundles

This commit is contained in:
Blaise Tine
2021-09-06 01:36:57 -07:00
parent b52ace5142
commit 3e014c8285
8 changed files with 93 additions and 103 deletions

View File

@@ -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