README.txt 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ################################################################################
  2. # Vivado (TM) v2020.2 (64-bit)
  3. #
  4. # README.txt: Please read the sections below to understand the steps required to
  5. # run the exported script and information about the source files.
  6. #
  7. # Generated by export_simulation on Wed May 03 12:25:18 +0700 2023
  8. #
  9. ################################################################################
  10. 1. How to run the generated simulation script:-
  11. From the shell prompt in the current directory, issue the following command:-
  12. ./MeasDataFifo.sh
  13. This command will launch the 'compile', 'elaborate' and 'simulate' functions
  14. implemented in the script file for the 3-step flow. These functions are called
  15. from the main 'run' function in the script file.
  16. The 'run' function first executes the 'setup' function, the purpose of which is to
  17. create simulator specific setup files, create design library mappings and library
  18. directories and copy 'glbl.v' from the Vivado software install location into the
  19. current directory.
  20. The 'setup' function is also used for removing the simulator generated data in
  21. order to reset the current directory to the original state when export_simulation
  22. was launched from Vivado. This generated data can be removed by specifying the
  23. '-reset_run' switch to the './MeasDataFifo.sh' script.
  24. ./MeasDataFifo.sh -reset_run
  25. To keep the generated data from the previous run but regenerate the setup files and
  26. library directories, use the '-noclean_files' switch.
  27. ./MeasDataFifo.sh -noclean_files
  28. For more information on the script, please type './MeasDataFifo.sh -help'.
  29. 2. Additional design information files:-
  30. export_simulation generates following additional file that can be used for fetching
  31. the design files information or for integrating with external custom scripts.
  32. Name : file_info.txt
  33. Purpose: This file contains detail design file information based on the compile order
  34. when export_simulation was executed from Vivado. The file contains information
  35. about the file type, name, whether it is part of the IP, associated library
  36. and the file path information.