- Start a new project under
Vivado_gen
folder
-
Create a source file under
Source Data/
. -
Generate the
.tcl
rebuild script after each modification via GUI.a. For normal modification, Use
File -> Project -> Write TCL
b. For Block design modification
File -> Export -> Export Block Design
c. output Path should be
SourceData/Script/
-
After clone / update the modification,
- Make sure you navigated to
vivado_gen/
before open the.xpr
file. Otherwise the vivado dynamic file will be generated on your root of repo directory
cd vivado_gen/ vivado project_name.xpr
- This step seems not necessary to execute on GUI since the
.xpr
file already have the most updated config.
source <path_to_your_script>.tcl
- Make sure you navigated to