Skip to content

Commit

Permalink
remove cpu if
Browse files Browse the repository at this point in the history
  • Loading branch information
0BAB1 committed Nov 22, 2024
1 parent 186f329 commit 9f58aa4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions _posts/2024-11-21-TIPS_FOR_COCOTB.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,15 +359,6 @@ module axi_translator (
input logic axi_rlast,
input logic axi_rvalid,
output logic axi_rready,
// CPU Interface
input logic [31:0] cpu_address,
input logic [31:0] cpu_write_data,
input logic cpu_read_enable,
input logic cpu_write_enable,
input logic [3:0] cpu_byte_enable,
output logic [31:0] cpu_read_data,
output logic cpu_cache_stall
);
// Declare the AXI master interface for the cache
Expand Down

0 comments on commit 9f58aa4

Please sign in to comment.