980 B
980 B
How to re-create Project
Clone the hdl repository at the same level as this project https://github.com/analogdevicesinc/hdl
- open Vivado
- In the Tcl Console - cd into the project's folder ex. cd c:/erysys/dds_pulse_gen/zcu102
- In the Tcl Console type source ./script/create_proj.tcl
- Right-click on system_i:system and select "Create HDL Wrapper..."
- Build project
To update the project file to save into git
- open Vivado
- remove system_wrapper.vhd from project - this files is auto-generated
- remove system_top.dcp from the project from under "Utility Sources" - this files is auto-generated
- In the Tcl Console type into the project's folder, ex. cd c:/erysys/dds_pulse_gen/zcu102
- in the tcl Console type write_project_tcl -force ./script/create_proj.tcl
- using a text editor open create_proj.tcl and replace line 120 with: from: set origin_dir "." to: set origin_dir "./zcu102_ad9081_dds_x4"
You can now push all files into git