Quartus + GPR evaluation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
`include "../VX_define.v"
|
||||
`ifndef VX_GPR_JAL_INTER
|
||||
|
||||
`define VX_GPR_JAL_INTER
|
||||
@@ -7,18 +7,6 @@
|
||||
interface VX_gpr_jal_inter ();
|
||||
wire is_jal;
|
||||
wire[31:0] curr_PC;
|
||||
|
||||
modport snk (
|
||||
input is_jal,
|
||||
input curr_PC
|
||||
);
|
||||
|
||||
|
||||
modport src (
|
||||
output is_jal,
|
||||
output curr_PC
|
||||
);
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user