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: Tue May 29 17:51:54 CEST 2007
    Subject: [cvs-checkins] MODIFIED: s1_core ...
    Top
    Date: 00/07/05 29:17:51

    Modified: s1_core/tools/bin update_filelist
    Log:
    Changed library paths for XST from macrocell to behav.




    Revision Changes Path
    1.4 s1_core/tools/bin/update_filelist

    http://www.opencores.org/cvsweb.shtml/s1_core/tools/bin/update_filelist.diff?r1=1.3&r2=1.4

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

    Index: update_filelist
    ===================================================================
    RCS file: /cvsroot/fafa1971/s1_core/tools/bin/update_filelist,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -b -r1.3 -r1.4
    --- update_filelist 10 Apr 2007 01:44:54 -0000 1.3
    +++ update_filelist 29 May 2007 15:51:53 -0000 1.4
    @@ -66,7 +66,7 @@
    # Create the XST filelist (for Xilinx ISE synthesis)
    rm -f $FILELIST_XST
    touch $FILELIST_XST
    -find $S1_ROOT/hdl/macrocell/sparc_libs -name "*.v" >> $FILELIST_XST
    +find $S1_ROOT/hdl/behav/sparc_libs -name "*.v" >> $FILELIST_XST
    find $S1_ROOT/hdl/rtl/sparc_core -name "*.v" >> $FILELIST_XST
    echo $S1_ROOT/hdl/rtl/s1_top/rst_ctrl.v >> $FILELIST_XST
    echo $S1_ROOT/hdl/rtl/s1_top/int_ctrl.v >> $FILELIST_XST



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