aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/python/libghdl.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-10-24 19:17:27 +0200
committerTristan Gingold <tgingold@free.fr>2017-10-24 19:17:27 +0200
commit0aba06b92bf72e6870ee690a26eca485c2e74714 (patch)
tree0d297c05692ed72118945197124208aa2ec397ad /src/vhdl/python/libghdl.adb
parent1fbf1e9fc8455d8c675cc80818d1a2cdeaccdcb8 (diff)
downloadghdl-0aba06b92bf72e6870ee690a26eca485c2e74714.tar.gz
ghdl-0aba06b92bf72e6870ee690a26eca485c2e74714.tar.bz2
ghdl-0aba06b92bf72e6870ee690a26eca485c2e74714.zip
sem_specs: use architecture body for entity_aspect_entity when loaded.
Diffstat (limited to 'src/vhdl/python/libghdl.adb')
0 files changed, 0 insertions, 0 deletions
f='#n32'>32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
################################################################################
# Vivado (TM) v2020.2 (64-bit)
#
# README.txt: Please read the sections below to understand the steps required to
#             run the exported script and information about the source files.
#
# Generated by export_simulation on Wed Feb 05 19:07:42 +0800 2025
#
################################################################################

1. How to run the generated simulation script:-

From the shell prompt in the current directory, issue the following command:-

./ddr_clk.sh

This command will launch the 'execute' function for the single-step flow. This
function is called from the main 'run' function in the script file.

The 'run' function first executes the 'setup' function, the purpose of which is to
create simulator specific setup files, create design library mappings and library
directories and copy 'glbl.v' from the Vivado software install location into the
current directory.

The 'setup' function is also used for removing the simulator generated data in
order to reset the current directory to the original state when export_simulation
was launched from Vivado. This generated data can be removed by specifying the
'-reset_run' switch to the './ddr_clk.sh' script.

./ddr_clk.sh -reset_run

To keep the generated data from the previous run but regenerate the setup files and
library directories, use the '-noclean_files' switch.

./ddr_clk.sh -noclean_files

For more information on the script, please type './ddr_clk.sh -help'.

2. Additional design information files:-

export_simulation generates following additional file that can be used for fetching
the design files information or for integrating with external custom scripts.

Name   : file_info.txt
Purpose: This file contains detail design file information based on the compile order
         when export_simulation was executed from Vivado. The file contains information
         about the file type, name, whether it is part of the IP, associated library
         and the file path information.