Skip to content

lesterlo/Vivado-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vivado Project Template for version control

Project Initialization

  1. Start a new project under Vivado_gen folder

Usage

  1. Create a source file under Source Data/.

  2. Generate the .tcl rebuild script after each modification via GUI.

    a. For normal modification, Use File -> Project -> Write TCL

    b. For Block design modificationFile -> Export -> Export Block Design

    c. output Path should be SourceData/Script/

  3. After clone / update the modification,

    1. 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
    
    1. 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
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published