Quartus + GPR evaluation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
`include "VX_define.v"
|
||||
`include "../VX_define.v"
|
||||
|
||||
`ifndef VX_FWD_EXE
|
||||
|
||||
@@ -13,26 +13,6 @@ interface VX_forward_exe_inter ();
|
||||
wire[31:0] PC_next;
|
||||
wire[`NW_M1:0] warp_num;
|
||||
|
||||
// source-side view
|
||||
modport snk (
|
||||
input dest,
|
||||
input wb,
|
||||
input alu_result,
|
||||
input PC_next,
|
||||
input warp_num
|
||||
);
|
||||
|
||||
|
||||
// source-side view
|
||||
modport src (
|
||||
output dest,
|
||||
output wb,
|
||||
output alu_result,
|
||||
output PC_next,
|
||||
output warp_num
|
||||
);
|
||||
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user