Quartus + GPR evaluation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
`include "VX_define.v"
|
||||
`include "../VX_define.v"
|
||||
|
||||
`ifndef VX_ICACHE_RSP
|
||||
|
||||
@@ -11,17 +11,6 @@ interface VX_icache_response_inter ();
|
||||
// wire stall;
|
||||
wire[31:0] instruction;
|
||||
|
||||
// source-side view
|
||||
modport snk (
|
||||
input instruction
|
||||
);
|
||||
|
||||
|
||||
// source-side view
|
||||
modport src (
|
||||
output instruction
|
||||
);
|
||||
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
Reference in New Issue
Block a user