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

Subversion Repositories or1k

[/] [or1k/] [tags/] [rel_5/] [or1200/] [rtl/] [verilog/] [or1200_cpu.v] - Diff between revs 895 and 1011

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

Rev 895 Rev 1011
Line 43... Line 43...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.10  2002/07/14 22:17:17  lampret
 
// Added simple trace buffer [only for Xilinx Virtex target]. Fixed instruction fetch abort when new exception is recognized.
 
//
// Revision 1.9  2002/03/29 16:29:37  lampret
// Revision 1.9  2002/03/29 16:29:37  lampret
// Fixed some ports in instnatiations that were removed from the modules
// Fixed some ports in instnatiations that were removed from the modules
//
//
// Revision 1.8  2002/03/29 15:16:54  lampret
// Revision 1.8  2002/03/29 15:16:54  lampret
// Some of the warnings fixed.
// Some of the warnings fixed.
Line 301... Line 304...
wire                            esr_we;
wire                            esr_we;
wire                            pc_we;
wire                            pc_we;
wire    [31:0]                   epcr;
wire    [31:0]                   epcr;
wire    [31:0]                   eear;
wire    [31:0]                   eear;
wire    [`OR1200_SR_WIDTH-1:0]           esr;
wire    [`OR1200_SR_WIDTH-1:0]           esr;
 
wire                            sr_we;
 
wire    [`OR1200_SR_WIDTH-1:0]   to_sr;
wire    [`OR1200_SR_WIDTH-1:0]           sr;
wire    [`OR1200_SR_WIDTH-1:0]           sr;
wire                            except_start;
wire                            except_start;
wire                            except_started;
wire                            except_started;
wire    [31:0]                   wb_insn;
wire    [31:0]                   wb_insn;
wire    [15:0]                   spr_addrimm;
wire    [15:0]                   spr_addrimm;
Line 596... Line 601...
        .epcr(epcr),
        .epcr(epcr),
        .eear(eear),
        .eear(eear),
        .esr(esr),
        .esr(esr),
        .except_started(except_started),
        .except_started(except_started),
 
 
 
        .sr_we(sr_we),
 
        .to_sr(to_sr),
        .sr(sr),
        .sr(sr),
        .branch_op(branch_op)
        .branch_op(branch_op)
);
);
 
 
//
//
Line 724... Line 731...
        .epcr(epcr),
        .epcr(epcr),
        .eear(eear),
        .eear(eear),
        .esr(esr),
        .esr(esr),
 
 
        .lsu_addr(dcpu_adr_o),
        .lsu_addr(dcpu_adr_o),
 
        .sr_we(sr_we),
 
        .to_sr(to_sr),
        .sr(sr),
        .sr(sr),
        .abort_ex(abort_ex)
        .abort_ex(abort_ex)
);
);
 
 
//
//

powered by: WebSVN 2.1.0

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