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

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


    Revision Changes Path
    1.14 +1 -1 or1k/or1ksim/support/dumpverilog.c

    http://www.opencores.org/cvsweb.shtml/or1k/or1ksim/support/dumpverilog.c.diff?r1=1.13&r2=1.14

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

    Index: dumpverilog.c
    ===================================================================
    RCS file: /cvsroot/nogj/or1k/or1ksim/support/dumpverilog.c,v
    retrieving revision 1.13
    retrieving revision 1.14
    diff -u -b -r1.13 -r1.14
    --- dumpverilog.c 19 Jul 2004 22:58:37 -0000 1.13
    +++ dumpverilog.c 27 Jan 2005 13:53:32 -0000 1.14
    @@ -29,6 +29,7 @@

    #include "parse.h"
    #include "abstract.h"
    +#include "opcode/or32.h"
    #include "labels.h"
    #include "arch.h"
    #include "execute.h"
    @@ -36,7 +37,6 @@
    #include "stats.h"
    #include "except.h"
    #include "dumpverilog.h"
    -#include "opcode/or32.h"

    extern char rcsrev[];
    extern char *disassembled;



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