LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Openrisc > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: =?unknown-8bit?Q?Gy=F6rgy?= 'nog' Jeney<nog@s...>
    Date: Wed Jun 29 16:53:53 CEST 2005
    Subject: [openrisc] [or1ksim #110] Fix typo
    Top
    Hi,

    ChangeLog:
    * Fix typo.

    nog.
    -------------- next part --------------
    diff -upr --unidirectional-new-file ./cpu/or1k/spr_defs.h /home/nog/or1ksim-ac/cpu/or1k/spr_defs.h
    --- ./cpu/or1k/spr_defs.h 2005-03-16 12:36:31.000000000 +0100
    +++ /home/nog/or1ksim-ac/cpu/or1k/spr_defs.h 2005-06-28 11:21:57.000000000 +0200
    @@ -382,7 +382,7 @@ others it is also used in assembly file(
    #define SPR_DSR_BUSEE 0x00000002 /* Bus error exception */
    #define SPR_DSR_DPFE 0x00000004 /* Data Page Fault exception */
    #define SPR_DSR_IPFE 0x00000008 /* Insn Page Fault exception */
    -#define SPR_DSR_TTE 0x00000010 /* iTick Timer exception */
    +#define SPR_DSR_TTE 0x00000010 /* Tick Timer exception */
    #define SPR_DSR_AE 0x00000020 /* Alignment exception */
    #define SPR_DSR_IIE 0x00000040 /* Illegal Instruction exception */
    #define SPR_DSR_IE 0x00000080 /* Interrupt exception */

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.