mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-25 06:27:22 -04:00
Icache: It's not a draft any more
The Icache might not be fully perfect, but it's certainly not a draft any more.
This commit is contained in:
parent
6ca325fa70
commit
bf5dd7ec15
1 changed files with 0 additions and 3 deletions
|
@ -56,9 +56,6 @@ module ibex_icache #(
|
||||||
input logic icache_inval_i,
|
input logic icache_inval_i,
|
||||||
output logic busy_o
|
output logic busy_o
|
||||||
);
|
);
|
||||||
|
|
||||||
// NOTE RTL IS DRAFT
|
|
||||||
|
|
||||||
// Local constants
|
// Local constants
|
||||||
localparam int unsigned ADDR_W = 32;
|
localparam int unsigned ADDR_W = 32;
|
||||||
// Number of fill buffers (must be >= 2)
|
// Number of fill buffers (must be >= 2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue