OpenCores
URL https://opencores.org/ocsvn/aes-128-ecb-encoder/aes-128-ecb-encoder/trunk

Subversion Repositories aes-128-ecb-encoder

[/] [aes-128-ecb-encoder/] [trunk/] [fpga/] [aes128_ecb_2017/] [aes128_ecb.ip_user_files/] [sim_scripts/] [clk_gen/] [ies/] [README.txt] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 vv_gulyaev
################################################################################
2
# Vivado (TM) v2017.4 (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 Thu Jul 23 09:42:11 MSK 2020
8
#
9
################################################################################
10
 
11
1. How to run the generated simulation script:-
12
 
13
From the shell prompt in the current directory, issue the following command:-
14
 
15
./clk_gen.sh
16
 
17
This command will launch the 'execute' function for the single-step flow. This
18
function is called from the main 'run' function in the script file.
19
 
20
The 'run' function first executes the 'setup' function, the purpose of which is to
21
create simulator specific setup files, create design library mappings and library
22
directories and copy 'glbl.v' from the Vivado software install location into the
23
current directory.
24
 
25
The 'setup' function is also used for removing the simulator generated data in
26
order to reset the current directory to the original state when export_simulation
27
was launched from Vivado. This generated data can be removed by specifying the
28
'-reset_run' switch to the './clk_gen.sh' script.
29
 
30
./clk_gen.sh -reset_run
31
 
32
To keep the generated data from the previous run but regenerate the setup files and
33
library directories, use the '-noclean_files' switch.
34
 
35
./clk_gen.sh -noclean_files
36
 
37
For more information on the script, please type './clk_gen.sh -help'.
38
 
39
2. Additional design information files:-
40
 
41
export_simulation generates following additional file that can be used for fetching
42
the design files information or for integrating with external custom scripts.
43
 
44
Name   : file_info.txt
45
Purpose: This file contains detail design file information based on the compile order
46
         when export_simulation was executed from Vivado. The file contains information
47
         about the file type, name, whether it is part of the IP, associated library
48
         and the file path information.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.