refactor interfaces
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
|
||||
`include "../VX_define.vh"
|
||||
|
||||
`ifndef VX_ICACHE_REQ
|
||||
|
||||
`define VX_ICACHE_REQ
|
||||
|
||||
`include "../VX_define.vh"
|
||||
|
||||
interface VX_icache_request_inter ();
|
||||
|
||||
wire[31:0] pc_address;
|
||||
@@ -15,5 +14,4 @@ interface VX_icache_request_inter ();
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user