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/prj/scripts
    from Rev 85 to Rev 88
    Reverse comparison

Rev 85 → Rev 88

/xilinxprj.sh
18,6 → 18,7
echo "Third argument should be the destintion file for the source inclusions."
exit 1
fi
echo -n "" > $SRC_OUTPUT
 
source $PROJECT
 
/xilinxxst.sh
20,6 → 20,7
echo "Second argument should be the destintion file for the directory inclusions."
exit 1
fi
echo -n "" > $DIR_OUTPUT
 
source $PROJECT
 
36,7 → 37,7
DIR_PATH="$DIR_PATH }"
echo $DIR_PATH >> $DIR_OUTPUT
 
echo "-ifn $MINSOC_DIR/prj/${PROJECT_FILE}" >> $DIR_OUTPUT
echo "-ifn $MINSOC_DIR/prj/xilinx/${PROJECT_FILE}" >> $DIR_OUTPUT
echo "-ifmt Verilog" >> $DIR_OUTPUT
echo "-ofn ${TOP_MODULE_NAME}" >> $DIR_OUTPUT
echo "-ofmt NGC" >> $DIR_OUTPUT
/simprj.sh
17,6 → 17,7
echo "Second argument should be the destintion file for the file and directory inclusions."
exit 1
fi
echo -n "" > $OUTPUT
 
source $PROJECT
 

powered by: WebSVN 2.1.0

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