URL
https://opencores.org/ocsvn/ssbcc/ssbcc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 6 |
Line 35... |
Line 35... |
|
|
#
|
#
|
# Configure and run the synthesis
|
# Configure and run the synthesis
|
#
|
#
|
|
|
source ${TOOL_DIR}/settings32.sh || { echo "ERROR: settings32.sh failed" > /dev/stderr; exit 1; }
|
SETTINGS="";
|
|
if [[ "`uname --machine`" == "x86_64" && -f "${TOOL_DIR}/settings64.sh" ]]; then
|
|
SETTINGS="${TOOL_DIR}/settings64.sh";
|
|
fi
|
|
if [ -z "${SETTINGS}" ]; then
|
|
SETTINGS="${TOOL_DIR}/settings32.sh";
|
|
fi
|
|
source ${SETTINGS} || { echo "ERROR: ${SETTINGS} failed" > /dev/stderr; exit 1; }
|
|
|
for fname in ${FILES}; do
|
for fname in ${FILES}; do
|
echo "verilog work \"${fname}\"";
|
echo "verilog work \"${fname}\"";
|
done > ${NAME}.prj;
|
done > ${NAME}.prj;
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.