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

Subversion Repositories ssbcc

[/] [ssbcc/] [trunk/] [core/] [9x8/] [build/] [xilinx-xc3s50a/] [make] - Diff between revs 2 and 6

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;
 
 

powered by: WebSVN 2.1.0

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