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

Subversion Repositories minsoc

[/] [minsoc/] [branches/] [rc-1.0/] [prj/] [scripts/] [xilinxxst.sh] - Diff between revs 85 and 88

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 85 Rev 88
Line 18... Line 18...
if [ -z "$DIR_OUTPUT" ]
if [ -z "$DIR_OUTPUT" ]
then
then
    echo "Second argument should be the destintion file for the directory inclusions."
    echo "Second argument should be the destintion file for the directory inclusions."
    exit 1
    exit 1
fi
fi
 
echo -n "" > $DIR_OUTPUT
 
 
source $PROJECT
source $PROJECT
 
 
echo "set -tmpdir "./xst"" >> $DIR_OUTPUT
echo "set -tmpdir "./xst"" >> $DIR_OUTPUT
echo "run" >> $DIR_OUTPUT
echo "run" >> $DIR_OUTPUT
Line 34... Line 35...
done
done
 
 
DIR_PATH="$DIR_PATH }"
DIR_PATH="$DIR_PATH }"
echo $DIR_PATH >> $DIR_OUTPUT
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 "-ifmt Verilog" >> $DIR_OUTPUT
echo "-ofn ${TOP_MODULE_NAME}" >> $DIR_OUTPUT
echo "-ofn ${TOP_MODULE_NAME}" >> $DIR_OUTPUT
echo "-ofmt NGC" >> $DIR_OUTPUT
echo "-ofmt NGC" >> $DIR_OUTPUT
echo "-p DEVICE_PART" >> $DIR_OUTPUT
echo "-p DEVICE_PART" >> $DIR_OUTPUT
echo "-top ${TOP_MODULE_NAME}" >> $DIR_OUTPUT
echo "-top ${TOP_MODULE_NAME}" >> $DIR_OUTPUT

powered by: WebSVN 2.1.0

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