analogdevicesinc / HighSpeedConverterToolbox

MATLAB toolbox for ADI high speed converter products
https://analogdevicesinc.github.io/HighSpeedConverterToolbox/master/
Other
18 stars 14 forks source link

Update scripts to follow HDL main branch #137

Open StancaPop opened 1 year ago

StancaPop commented 1 year ago

This update has been tested with the adi_project_xilinx.tcl file from the HDL repo that contains the Matlab related environment variables ADI_MATLAB and ADI_SKIP_SYNTHESIS. This commit can be used along with the master branch from the HDL repo, as it also contains all the updates since the HDL_2021_R1 release has been made.

It has been tested both locally and on Jenkins.

StancaPop commented 11 months ago

V2: The vivado version has been made parametrizable and set to 2022.2. The duplicate scripts copied from the hdl repo (adi_project_xilinx.tcl, adi_ip.tcl and adi_project.tcl) have been deleted and the scripts that use them have been modified to use the ones from the HDL repo.

The modifications have been tested locally, using both the HWA and the test_synth method and they both passed.