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: Tue Nov 22 15:10:17 CET 2005
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/05/11 22:15:10

    Modified: jop/asm/src testmon.asm
    Log:
    removed nops on memory access


    Revision Changes Path
    1.3 jop/asm/src/testmon.asm

    http://www.opencores.org/cvsweb.shtml/jop/asm/src/testmon.asm.diff?r1=1.2&r2=1.3

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

    Index: testmon.asm
    ===================================================================
    RCS file: /cvsroot/martin/jop/asm/src/testmon.asm,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -b -r1.2 -r1.3
    --- testmon.asm 5 Nov 2005 19:08:24 -0000 1.2
    +++ testmon.asm 22 Nov 2005 14:10:15 -0000 1.3
    @@ -65,7 +65,7 @@

    ldm mema
    stmra // read ext. mem, mem_bsy comes one cycle later
    - nop
    +// nop // uncomment this when having troubles
    wait
    wait
    ldmrd // read ext. mem
    @@ -290,7 +290,7 @@
    stmwa // write ext. mem address
    ldm wval
    stmwd // write ext. mem data
    - nop
    +// nop // uncomment this when having troubles
    wait
    wait




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