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

Subversion Repositories amber

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

Show entire file | Details | Blame | View Log

Rev 63 Rev 82
Line 40... Line 40...
// 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_dcache
module a25_dcache
#(
#(
 
 
// ---------------------------------------------------------
// ---------------------------------------------------------
Line 103... Line 103...
output                              o_wb_cached_req,        // Read Request
output                              o_wb_cached_req,        // Read Request
input      [127:0]                  i_wb_cached_rdata,      // wb bus                              
input      [127:0]                  i_wb_cached_rdata,      // wb bus                              
input                               i_wb_cached_ready       // wb_stb && !wb_ack
input                               i_wb_cached_ready       // wb_stb && !wb_ack
);
);
 
 
`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.