You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

runme.sh 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #!/bin/sh
  2. #
  3. # Vivado(TM)
  4. # runme.sh: a Vivado-generated Runs Script for UNIX
  5. # Copyright 1986-2021 Xilinx, Inc. All Rights Reserved.
  6. #
  7. echo "This script was generated under a different operating system."
  8. echo "Please update the PATH and LD_LIBRARY_PATH variables below, before executing this script"
  9. exit
  10. if [ -z "$PATH" ]; then
  11. PATH=C:/Xilinx/Vivado/2021.2/ids_lite/ISE/bin/nt64;C:/Xilinx/Vivado/2021.2/ids_lite/ISE/lib/nt64:C:/Xilinx/Vivado/2021.2/bin
  12. else
  13. PATH=C:/Xilinx/Vivado/2021.2/ids_lite/ISE/bin/nt64;C:/Xilinx/Vivado/2021.2/ids_lite/ISE/lib/nt64:C:/Xilinx/Vivado/2021.2/bin:$PATH
  14. fi
  15. export PATH
  16. if [ -z "$LD_LIBRARY_PATH" ]; then
  17. LD_LIBRARY_PATH=
  18. else
  19. LD_LIBRARY_PATH=:$LD_LIBRARY_PATH
  20. fi
  21. export LD_LIBRARY_PATH
  22. HD_PWD='C:/Users/Felix/OneDrive/Master/Projektarbeit_FPGA/Programme/Git_Projekte/FPGA_Projekt_Regler/StreckenSim_mitRegler/StreckeSim_counter_working/StreckeSim/Coraz7_Test.runs/synth_1'
  23. cd "$HD_PWD"
  24. HD_LOG=runme.log
  25. /bin/touch $HD_LOG
  26. ISEStep="./ISEWrap.sh"
  27. EAStep()
  28. {
  29. $ISEStep $HD_LOG "$@" >> $HD_LOG 2>&1
  30. if [ $? -ne 0 ]
  31. then
  32. exit
  33. fi
  34. }
  35. EAStep vivado -log regler.vds -m64 -product Vivado -mode batch -messageDb vivado.pb -notrace -source regler.tcl