################################################################################
# Vivado (TM) v2022.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 Tue Jan 03 13:11:23 IST 2023
#
################################################################################

1. How to run the generated simulation script:-

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

./uart_rx_i0.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 './uart_rx_i0.sh' script.

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

./uart_rx_i0.sh -noclean_files

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

//<copyright-disclaimer-start>
//  **************************************************************************************************************
//  * © 2026 Advanced Micro Devices, Inc. All rights reserved.                                                   *
//  * DISCLAIMER                                                                                                 *
//  * The information contained herein is for informational purposes only, and is subject to change              *
//  * without notice. While every precaution has been taken in the preparation of this document, it              *
//  * may contain technical inaccuracies, omissions and typographical errors, and AMD is under no                *
//  * obligation to update or otherwise correct this information.  Advanced Micro Devices, Inc. makes            *
//  * no representations or warranties with respect to the accuracy or completeness of the contents of           *
//  * this document, and assumes no liability of any kind, including the implied warranties of noninfringement,  *
//  * merchantability or fitness for particular purposes, with respect to the operation or use of AMD            *
//  * hardware, software or other products described herein.  No license, including implied or                   *
//  * arising by estoppel, to any intellectual property rights is granted by this document.  Terms and           *
//  * limitations applicable to the purchase or use of AMD’s products are as set forth in a signed agreement     *
//  * between the parties or in AMD's Standard Terms and Conditions of Sale. GD-18                               *
//  *                                                                                                            *
//  **************************************************************************************************************
//<copyright-disclaimer-end>
