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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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/fixedPointTest/fixedPointTest.runs/impl_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. # pre-commands:
  36. /bin/touch .write_bitstream.begin.rst
  37. EAStep vivado -log fixedPointTest.vdi -applog -m64 -product Vivado -messageDb vivado.pb -mode batch -source fixedPointTest.tcl -notrace