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

    Message

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

    From: OpenCores CVS Agent<cvs@o...>
    Date: Thu Jan 27 14:52:46 CET 2005
    Subject: [cvs-checkins] MODIFIED: or1k ...
    Top
    Date: 00/05/01 27:14:52

    Modified: or1k/or1ksim/mmu immu.c dmmu.c
    Log:
    * Avoid doing a store in *every* instruction executed by storeing the instruction function unit in or32_opcodes


    Revision Changes Path
    1.21 +1 -0 or1k/or1ksim/mmu/immu.c

    http://www.opencores.org/cvsweb.shtml/or1k/or1ksim/mmu/immu.c.diff?r1=1.20&r2=1.21

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: immu.c
    ===================================================================
    RCS file: /cvsroot/nogj/or1k/or1ksim/mmu/immu.c,v
    retrieving revision 1.20
    retrieving revision 1.21
    diff -u -b -r1.20 -r1.21
    --- immu.c 19 Jul 2004 23:05:37 -0000 1.20
    +++ immu.c 27 Jan 2005 13:52:37 -0000 1.21
    @@ -21,6 +21,7 @@

    #include "immu.h"
    #include "abstract.h"
    +#include "opcode/or32.h"
    #include "stats.h"
    #include "sprs.h"
    #include "except.h"



    1.22 +1 -0 or1k/or1ksim/mmu/dmmu.c

    http://www.opencores.org/cvsweb.shtml/or1k/or1ksim/mmu/dmmu.c.diff?r1=1.21&r2=1.22

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: dmmu.c
    ===================================================================
    RCS file: /cvsroot/nogj/or1k/or1ksim/mmu/dmmu.c,v
    retrieving revision 1.21
    retrieving revision 1.22
    diff -u -b -r1.21 -r1.22
    --- dmmu.c 19 Jul 2004 23:05:37 -0000 1.21
    +++ dmmu.c 27 Jan 2005 13:52:38 -0000 1.22
    @@ -21,6 +21,7 @@

    #include "dmmu.h"
    #include "abstract.h"
    +#include "opcode/or32.h"
    #include "stats.h"
    #include "sprs.h"
    #include "except.h"



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