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

Subversion Repositories wiegand_ctl

[/] [wiegand_ctl/] [trunk/] [syn/] [xilinx/] [wiegand_tx/] [vivado/] [wiegand_tx_top/] [wiegand_tx_top.runs/] [synth_1/] [runme.sh] - Blame information for rev 17

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 17 jeaander
#!/bin/sh
2
 
3
#
4
# Vivado(TM)
5
# runme.sh: a Vivado-generated Runs Script for UNIX
6
# Copyright 1986-2014 Xilinx, Inc. All Rights Reserved.
7
#
8
 
9
echo "This script was generated under a different operating system."
10
echo "Please update the PATH and LD_LIBRARY_PATH variables below, before executing this script"
11
exit
12
 
13
if [ -z "$PATH" ]; then
14
  PATH=C:/Xilinx/Vivado/2014.2/ids_lite/ISE/bin/nt64;C:/Xilinx/Vivado/2014.2/ids_lite/ISE/lib/nt64:C:/Xilinx/Vivado/2014.2/bin
15
else
16
  PATH=C:/Xilinx/Vivado/2014.2/ids_lite/ISE/bin/nt64;C:/Xilinx/Vivado/2014.2/ids_lite/ISE/lib/nt64:C:/Xilinx/Vivado/2014.2/bin:$PATH
17
fi
18
export PATH
19
 
20
if [ -z "$LD_LIBRARY_PATH" ]; then
21
  LD_LIBRARY_PATH=
22
else
23
  LD_LIBRARY_PATH=:$LD_LIBRARY_PATH
24
fi
25
export LD_LIBRARY_PATH
26
 
27
HD_PWD=`dirname "$0"`
28
cd "$HD_PWD"
29
 
30
HD_LOG=runme.log
31
/bin/touch $HD_LOG
32
 
33
ISEStep="./ISEWrap.sh"
34
EAStep()
35
{
36
     $ISEStep $HD_LOG "$@" >> $HD_LOG 2>&1
37
     if [ $? -ne 0 ]
38
     then
39
         exit
40
     fi
41
}
42
 
43
EAStep vivado -log wiegand_tx_top.vds -m64 -mode batch -messageDb vivado.pb -source wiegand_tx_top.tcl

powered by: WebSVN 2.1.0

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