OpenCores
URL https://opencores.org/ocsvn/minsoc/minsoc/trunk

Subversion Repositories minsoc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /minsoc/trunk
    from Rev 107 to Rev 106
    Reverse comparison

Rev 107 → Rev 106

/syn/altera/setup.bat File deleted \ No newline at end of file
syn/altera/setup.bat Property changes : Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property Index: prj/scripts/altprj.sh =================================================================== --- prj/scripts/altprj.sh (revision 107) +++ prj/scripts/altprj.sh (revision 106) @@ -6,20 +6,6 @@ PROJECT=$1 OUTPUT=$2 -ENV=`uname -o` - -function adaptpath -{ - if [ "$ENV" == "Cygwin" ] - then - local cygpath=`cygpath -w $1` - local result=`echo $cygpath | sed 's/\\\\/\\//g'` - echo "$result" - else - echo "$1" - fi -} - if [ ! -f $PROJECT ] then echo "Unexistent project file." @@ -37,8 +23,7 @@ for dir in "${PROJECT_DIR[@]}" do - adapted_dir=`adaptpath $MINSOC_DIR/$dir` - echo "set_global_assignment -name SEARCH_PATH $adapted_dir" >> $OUTPUT + echo "set_global_assignment -name SEARCH_PATH $MINSOC_DIR/$dir" >> $OUTPUT done for file in "${PROJECT_SRC[@]}" @@ -49,13 +34,12 @@ do if [ -f $MINSOC_DIR/$dir/$file ] then - adapted_file=`adaptpath $MINSOC_DIR/$dir/$file` - is_vhdl=`ls $MINSOC_DIR/$dir/$file | grep vhd` + is_vhdl=`ls $MINSOC_DIR/$dir/$file | grep vhd` if [ -z $is_vhdl ] then - echo "set_global_assignment -name VERILOG_FILE $adapted_file" >> $OUTPUT + echo "set_global_assignment -name VERILOG_FILE $MINSOC_DIR/$dir/$file" >> $OUTPUT else - echo "set_global_assignment -name VHDL_FILE $adapted_file" >> $OUTPUT + echo "set_global_assignment -name VHDL_FILE $MINSOC_DIR/$dir/$file" >> $OUTPUT fi FOUND=1 break

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.