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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [or1200/] [rtl/] [verilog/] [or1200_cfgr.v] - Diff between revs 788 and 1293

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

Rev 788 Rev 1293
Line 42... Line 42...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.3  2002/03/29 15:16:54  lampret
 
// Some of the warnings fixed.
 
//
// Revision 1.2  2002/01/14 06:18:22  lampret
// Revision 1.2  2002/01/14 06:18:22  lampret
// Fixed mem2reg bug in FAST implementation. Updated debug unit to work with new genpc/if.
// Fixed mem2reg bug in FAST implementation. Updated debug unit to work with new genpc/if.
//
//
// Revision 1.1  2002/01/03 08:16:15  lampret
// Revision 1.1  2002/01/03 08:16:15  lampret
// New prefixes for RTL files, prefixed module names. Updated cache controllers and MMUs.
// New prefixes for RTL files, prefixed module names. Updated cache controllers and MMUs.
Line 93... Line 96...
//
//
// Implementation of VR, UPR and configuration registers
// Implementation of VR, UPR and configuration registers
//
//
always @(spr_addr)
always @(spr_addr)
`ifdef OR1200_SYS_FULL_DECODE
`ifdef OR1200_SYS_FULL_DECODE
        if (!spr_addr[31:4])
        if (~|spr_addr[31:4])
`endif
`endif
                case(spr_addr[3:0])              // synopsys parallel_case
                case(spr_addr[3:0])              // synopsys parallel_case
                        `OR1200_SPRGRP_SYS_VR: begin
                        `OR1200_SPRGRP_SYS_VR: begin
                                spr_dat_o[`OR1200_VR_REV_BITS] = `OR1200_VR_REV;
                                spr_dat_o[`OR1200_VR_REV_BITS] = `OR1200_VR_REV;
                                spr_dat_o[`OR1200_VR_RES1_BITS] = `OR1200_VR_RES1;
                                spr_dat_o[`OR1200_VR_RES1_BITS] = `OR1200_VR_RES1;

powered by: WebSVN 2.1.0

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