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
  • 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: Mon Mar 26 13:59:41 CEST 2007
    Subject: [cvs-checkins] MODIFIED: s1_core ...
    Top
    Date: 00/07/03 26:13:59

    Modified: s1_core/tools/bin update_sparccore
    Log:
    Removed the remove of CVS subdirs...




    Revision Changes Path
    1.2 s1_core/tools/bin/update_sparccore

    http://www.opencores.org/cvsweb.shtml/s1_core/tools/bin/update_sparccore.diff?r1=1.1&r2=1.2

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

    Index: update_sparccore
    ===================================================================
    RCS file: /cvsroot/fafa1971/s1_core/tools/bin/update_sparccore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -b -r1.1 -r1.2
    --- update_sparccore 4 Jan 2007 02:21:49 -0000 1.1
    +++ update_sparccore 26 Mar 2007 11:59:41 -0000 1.2
    @@ -5,8 +5,8 @@
    DST_DIR=$S1_ROOT/hdl/rtl/sparc_core

    # Clean destination directory
    -rm -rf $DST_DIR/*
    -mkdir $DST_DIR/include
    +rm -f $DST_DIR/*.*
    +rm -f $DST_DIR/include/*.*

    # Copy all the Verilog files of the SPARC Core into destination directory
    cp $SRC_DIR/include/*.h $DST_DIR/include
    @@ -44,7 +44,7 @@

    # Copy also behavioral libraries used for RTL simulations
    DST_DIR=$S1_ROOT/hdl/behav/sparc_libs
    -rm -f $DST_DIR/*
    +rm -f $DST_DIR/*.*
    cp $SRC_DIR/../../../lib/m1/m1.behV $DST_DIR/m1_lib.v
    cp $SRC_DIR/../../../lib/u1/u1.behV $DST_DIR/u1_lib.v




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