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

Subversion Repositories s1_core

[/] [s1_core/] [trunk/] [tools/] [bin/] [s1_synth] - Diff between revs 110 and 111

Show entire file | Details | Blame | View Log

Rev 110 Rev 111
Line 1... Line 1...
#!/bin/bash
#!/bin/bash
 
 
 
set -e
if ( (test $# != 1) || ((test $1 != "xst") && (test $1 != "fpga") && (test $1 != "dc")) ) then
if ( (test $# != 1) || ((test $1 != "xst") && (test $1 != "fpga") && (test $1 != "dc")) ) then
  echo "Usage: $0 {xst|fpga|dc}"
  echo "Usage: $0 {xst|fpga|dc}"
  exit 1;
  exit 1
fi
fi
 
 
test_var S1_ROOT
test_var S1_ROOT
 
 
echo -e "Synthesizing the design using $1"
echo -e "Synthesizing the design using $1"
mkdir -p $S1_ROOT/run/synth/$1
mkdir -p $S1_ROOT/run/synth/$1
cd $S1_ROOT/run/synth/$1
cd $S1_ROOT/run/synth/$1

powered by: WebSVN 2.1.0

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