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

    Modified: or1k/or1ksim/cache dcache_model.c icache_model.c
    Log:
    * Avoid doing a store in *every* instruction executed by storeing the instruction function unit in or32_opcodes


    Revision Changes Path
    1.16 +1 -0 or1k/or1ksim/cache/dcache_model.c

    http://www.opencores.org/cvsweb.shtml/or1k/or1ksim/cache/dcache_model.c.diff?r1=1.15&r2=1.16

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

    Index: dcache_model.c
    ===================================================================
    RCS file: /cvsroot/nogj/or1k/or1ksim/cache/dcache_model.c,v
    retrieving revision 1.15
    retrieving revision 1.16
    diff -u -b -r1.15 -r1.16
    --- dcache_model.c 19 Jul 2004 23:07:34 -0000 1.15
    +++ dcache_model.c 27 Jan 2005 13:52:13 -0000 1.16
    @@ -31,6 +31,7 @@
    #include "dcache_model.h"
    #include "abstract.h"
    #include "except.h"
    +#include "opcode/or32.h"
    #include "stats.h"
    #include "spr_defs.h"
    #include "sprs.h"



    1.18 +1 -0 or1k/or1ksim/cache/icache_model.c

    http://www.opencores.org/cvsweb.shtml/or1k/or1ksim/cache/icache_model.c.diff?r1=1.17&r2=1.18

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

    Index: icache_model.c
    ===================================================================
    RCS file: /cvsroot/nogj/or1k/or1ksim/cache/icache_model.c,v
    retrieving revision 1.17
    retrieving revision 1.18
    diff -u -b -r1.17 -r1.18
    --- icache_model.c 19 Jul 2004 23:07:34 -0000 1.17
    +++ icache_model.c 27 Jan 2005 13:52:14 -0000 1.18
    @@ -31,6 +31,7 @@
    #include "icache_model.h"
    #include "abstract.h"
    #include "except.h"
    +#include "opcode/or32.h"
    #include "stats.h"
    #include "sim-config.h"
    #include "spr_defs.h"



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