RTL code refactoring
This commit is contained in:
13
hw/rtl/interfaces/VX_gpr_jal_if.v
Normal file
13
hw/rtl/interfaces/VX_gpr_jal_if.v
Normal file
@@ -0,0 +1,13 @@
|
||||
`ifndef VX_GPR_JAL_INTER
|
||||
`define VX_GPR_JAL_INTER
|
||||
|
||||
`include "../VX_define.vh"
|
||||
|
||||
interface VX_gpr_jal_if ();
|
||||
|
||||
wire is_jal;
|
||||
wire[31:0] curr_PC;
|
||||
|
||||
endinterface
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user