OpenCores
URL https://opencores.org/ocsvn/amber/amber/trunk

Subversion Repositories amber

[/] [amber/] [trunk/] [hw/] [vlog/] [amber25/] [a25_icache.v] - Diff between revs 63 and 82

Show entire file | Details | Blame | View Log

Rev 63 Rev 82
Line 38... Line 38...
// You should have received a copy of the GNU Lesser General    //
// You should have received a copy of the GNU Lesser General    //
// Public License along with this source; if not, download it   //
// Public License along with this source; if not, download it   //
// from http://www.opencores.org/lgpl.shtml                     //
// from http://www.opencores.org/lgpl.shtml                     //
//                                                              //
//                                                              //
//////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
`include "global_defines.v"
`include "global_defines.vh"
`include "a25_config_defines.v"
`include "a25_config_defines.vh"
 
 
module a25_icache
module a25_icache
#(
#(
 
 
// ---------------------------------------------------------
// ---------------------------------------------------------
Line 96... Line 96...
output                              o_wb_req,          // Read Request
output                              o_wb_req,          // Read Request
input      [127:0]                  i_wb_read_data,
input      [127:0]                  i_wb_read_data,
input                               i_wb_ready
input                               i_wb_ready
);
);
 
 
`include "a25_localparams.v"
`include "a25_localparams.vh"
`include "a25_functions.v"
`include "a25_functions.vh"
 
 
// One-hot encoded
// One-hot encoded
localparam       C_INIT   = 0,
localparam       C_INIT   = 0,
                 C_CORE   = 1,
                 C_CORE   = 1,
                 C_FILL   = 2,
                 C_FILL   = 2,

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.