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:00 CET 2005
    Subject: [cvs-checkins] MODIFIED: or1k ...
    Top
    Date: 00/05/01 27:14:52

    Modified: or1k/or1ksim toplevel.c sim-config.c
    Log:
    * Avoid doing a store in *every* instruction executed by storeing the instruction function unit in or32_opcodes


    Revision Changes Path
    1.100 +2 -2 or1k/or1ksim/toplevel.c

    http://www.opencores.org/cvsweb.shtml/or1k/or1ksim/toplevel.c.diff?r1=1.99&r2=1.100

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

    Index: toplevel.c
    ===================================================================
    RCS file: /cvsroot/nogj/or1k/or1ksim/toplevel.c,v
    retrieving revision 1.99
    retrieving revision 1.100
    diff -u -b -r1.99 -r1.100
    --- toplevel.c 19 Jul 2004 22:58:36 -0000 1.99
    +++ toplevel.c 27 Jan 2005 13:51:51 -0000 1.100
    @@ -64,8 +64,8 @@
    #include "gpio.h"
    #include "pm.h"
    #include "pic.h"
    -#include "stats.h"
    #include "opcode/or32.h"
    +#include "stats.h"
    #include "immu.h"
    #include "dmmu.h"
    #include "dcache_model.h"
    @@ -76,7 +76,7 @@
    #include "cuc.h"

    /* CVS revision number. */
    -const char rcsrev[] = "$Revision: 1.99 $";
    +const char rcsrev[] = "$Revision: 1.100 $";

    /* History of execution */
    int histexec[HISTEXEC_LEN];



    1.106 +1 -0 or1k/or1ksim/sim-config.c

    http://www.opencores.org/cvsweb.shtml/or1k/or1ksim/sim-config.c.diff?r1=1.105&r2=1.106

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

    Index: sim-config.c
    ===================================================================
    RCS file: /cvsroot/nogj/or1k/or1ksim/sim-config.c,v
    retrieving revision 1.105
    retrieving revision 1.106
    diff -u -b -r1.105 -r1.106
    --- sim-config.c 19 Jul 2004 22:58:36 -0000 1.105
    +++ sim-config.c 27 Jan 2005 13:51:53 -0000 1.106
    @@ -29,6 +29,7 @@
    #include "sprs.h"
    #include "spr_defs.h"
    #include "pic.h"
    +#include "opcode/or32.h"
    #include "stats.h"
    #include "icache_model.h"
    #include "dcache_model.h"



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