LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    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 Nov 29 04:50:33 CET 2007
    Subject: [cvs-checkins] MODIFIED: mips789 ...
    Top
    Date: 00/07/11 29:04:50

    Modified: mips789/bench/sort sort.bat sort.c
    Log:
    no message


    Revision Changes Path
    1.4 mips789/bench/sort/sort.bat

    http://www.opencores.org/cvsweb.shtml/mips789/bench/sort/sort.bat.diff?r1=1.3&r2=1.4

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

    Index: sort.bat
    ===================================================================
    RCS file: /cvsroot/mcupro/mips789/bench/sort/sort.bat,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -b -r1.3 -r1.4
    --- sort.bat 18 Nov 2007 03:33:10 -0000 1.3
    +++ sort.bat 29 Nov 2007 03:50:33 -0000 1.4
    @@ -17,4 +17,7 @@

    #ser_dld 9600 COM1 N
    copy *.mif ..\..\quartus2\*.mif
    -#copy *.v ..\MODELSIM\*.v
    +copy *.v ..\MODELSIM\*.v
    +copy list.txt ..\MODELSIM\list.txt
    +del ..\MODELSIM\*.c
    +copy *.c ..\MODELSIM\*.c



    1.4 mips789/bench/sort/sort.c

    http://www.opencores.org/cvsweb.shtml/mips789/bench/sort/sort.c.diff?r1=1.3&r2=1.4

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

    Index: sort.c
    ===================================================================
    RCS file: /cvsroot/mcupro/mips789/bench/sort/sort.c,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -b -r1.3 -r1.4
    --- sort.c 26 Nov 2007 13:45:17 -0000 1.3
    +++ sort.c 29 Nov 2007 03:50:33 -0000 1.4
    @@ -64,12 +64,11 @@
    sort(array,16);
    for(i=0;i<16;++i)
    {
    - sprintf(str," %x",array[i]);
    + sprintf(str," %x",(DATA_TYPE )array[i]);
    uart0_putstr(str);
    }
    uart0_putstr(" \n");
    }
    }
    +void ISR(){}

    -
    -void ISR(void){}
    \ No newline at end of file



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