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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [mp3/] [bench/] [verilog/] [or1200_monitor.v] - Diff between revs 266 and 318

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

Rev 266 Rev 318
Line 42... Line 42...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.1.1.1  2001/11/04 18:51:07  lampret
 
// First import.
 
//
// Revision 1.1  2001/08/20 18:17:52  damjan
// Revision 1.1  2001/08/20 18:17:52  damjan
// Initial revision
// Initial revision
//
//
// Revision 1.1  2001/08/13 03:37:07  lampret
// Revision 1.1  2001/08/13 03:37:07  lampret
// Added monitor.v and timescale.v
// Added monitor.v and timescale.v
Line 176... Line 179...
 
 
always @(posedge xess_top.i_xess_fpga.risc.cpu.id.clk)
always @(posedge xess_top.i_xess_fpga.risc.cpu.id.clk)
        if (!xess_top.i_xess_fpga.risc.cpu.id.wb_freeze) begin
        if (!xess_top.i_xess_fpga.risc.cpu.id.wb_freeze) begin
                #2;
                #2;
                if ((xess_top.i_xess_fpga.risc.cpu.id.wb_insn != 32'h1500ffff) && (xess_top.i_xess_fpga.risc.cpu.id.wb_insn != 32'h14000000)
                if ((xess_top.i_xess_fpga.risc.cpu.id.wb_insn != 32'h1500ffff) && (xess_top.i_xess_fpga.risc.cpu.id.wb_insn != 32'h14000000)
                        && (xess_top.i_xess_fpga.risc.cpu.id.wb_insn != 32'h14004444))
                        && (xess_top.i_xess_fpga.risc.cpu.id.wb_insn != 32'h14004444)
 
                        && !(xess_top.i_xess_fpga.risc.cpu.except.except_flushpipe && xess_top.i_xess_fpga.risc.cpu.except.ex_dslot))
                        display_arch_state;
                        display_arch_state;
                if (xess_top.i_xess_fpga.risc.cpu.id.ex_insn == 32'h200000cb)  // small hack to stop simulation (l.sys 203)
                if (xess_top.i_xess_fpga.risc.cpu.id.ex_insn == 32'h200000cb)  // small hack to stop simulation (l.sys 203)
                        caught_sys203;
                        caught_sys203;
        end
        end
 
 

powered by: WebSVN 2.1.0

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