fixed FPU handshake, optimized writeback's critical path
This commit is contained in:
@@ -12,7 +12,7 @@ interface VX_cmt_to_csr_if ();
|
||||
wire [`NE_BITS:0] num_commits;
|
||||
|
||||
wire has_fflags;
|
||||
wire [`FFG_BITS-1:0] fflags;
|
||||
fflags_t fflags;
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
@@ -7,9 +7,9 @@ interface VX_fpu_to_cmt_if ();
|
||||
|
||||
wire valid;
|
||||
wire [`ISTAG_BITS-1:0] issue_tag;
|
||||
wire [`NUM_THREADS-1:0][31:0] data;
|
||||
wire [`NUM_THREADS-1:0][31:0] data;
|
||||
wire has_fflags;
|
||||
wire [`NUM_THREADS-1:0][`FFG_BITS-1:0] fflags;
|
||||
fflags_t [`NUM_THREADS-1:0] fflags;
|
||||
wire ready;
|
||||
|
||||
endinterface
|
||||
|
||||
Reference in New Issue
Block a user