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

Subversion Repositories amber

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

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 63 Rev 82
Line 37... Line 37...
// 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_timescale.vh"
`include "a25_config_defines.v"
`include "global_defines.vh"
 
`include "a25_config_defines.vh"
 
 
module a25_decompile
module a25_decompile
(
(
input                       i_clk,
input                       i_clk,
input                       i_core_stall,
input                       i_core_stall,
Line 56... Line 57...
input       [2:0]           i_pc_sel,
input       [2:0]           i_pc_sel,
input                       i_pc_wen
input                       i_pc_wen
 
 
);
);
 
 
`include "a25_localparams.v"
`include "a25_localparams.vh"
 
 
`ifdef A25_DECOMPILE
`ifdef A25_DECOMPILE
 
 
integer i;
integer i;
 
 

powered by: WebSVN 2.1.0

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