README.txt 2.1 KB
Newer Older
饶先宏's avatar
饶先宏 已提交
1 2 3 4 5 6
################################################################################
# Vivado (TM) v2021.1 (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.
#
饶先宏's avatar
饶先宏 已提交
7
# Generated by export_simulation on Mon Sep 13 11:54:36 +0800 2021
饶先宏's avatar
饶先宏 已提交
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
#
################################################################################

1. How to run the generated simulation script:-

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

./ram4KB.sh

This command will launch the 'compile', 'elaborate' and 'simulate' functions
implemented in the script file for the 3-step flow. These functions are 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 './ram4KB.sh' script.

./ram4KB.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.

./ram4KB.sh -noclean_files

For more information on the script, please type './ram4KB.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.