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: cvs at opencores.org<cvs@o...>
    Date: Thu May 22 14:11:04 CEST 2008
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/08/05 22:14:11

    Modified: jop/java/tools/src/com/jopdesign/wcet WCETInstruction.java
    Log:
    nwe on posedge, write additional wait state


    Revision Changes Path
    1.24 jop/java/tools/src/com/jopdesign/wcet/WCETInstruction.java

    http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/wcet/WCETInstruction.java.diff?r1=1.23&r2=1.24

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

    Index: WCETInstruction.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/wcet/WCETInstruction.java,v
    retrieving revision 1.23
    retrieving revision 1.24
    diff -u -b -r1.23 -r1.24
    --- WCETInstruction.java 2 Mar 2008 22:33:53 -0000 1.23
    +++ WCETInstruction.java 22 May 2008 12:11:04 -0000 1.24
    @@ -37,7 +37,7 @@
    // ram_cnt - 1
    public static final int r = 1;

    - public static final int w = 1;
    + public static final int w = r+1;

    // cache read wait state (r-1)
    public static final int c = 0;



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