mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 13:27:29 -04:00
Add files via upload
ICache_In_Place
This commit is contained in:
parent
1c21110ffe
commit
c79d08e12c
2 changed files with 6 additions and 2 deletions
|
@ -7,7 +7,11 @@
|
|||
|
||||
interface VX_icache_request_inter ();
|
||||
|
||||
wire[31:0] pc_address;
|
||||
wire[31:0] pc_address;
|
||||
wire[2:0] out_cache_driver_in_mem_read;
|
||||
wire[2:0] out_cache_driver_in_mem_write;
|
||||
wire out_cache_driver_in_valid;
|
||||
wire[31:0] out_cache_driver_in_data;
|
||||
|
||||
endinterface
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
`include "../VX_define.v"
|
||||
|
||||
`ifndef VX_ICACHE_RSP
|
||||
|
@ -10,6 +9,7 @@ interface VX_icache_response_inter ();
|
|||
// wire ready;
|
||||
// wire stall;
|
||||
wire[31:0] instruction;
|
||||
wire delay;
|
||||
|
||||
|
||||
endinterface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue