THIS REPO IS DEPRECATED AND ARCHIVED. SUPPORT HAS BEEN MOVED TO ADI Transceiver Toolbox
Scripts and tools created by ADI to be used with MATLAB and Simulink with ADI products.
License : Latest Release : Downloads :
As with many open source packages, we use GitHub to do develop and maintain the source, and GitLab for continuous integration.
- If you want to just use MathWorks_tools, we suggest using the latest release.
- If you think you have found a bug in the release, or need a feature which isn't in the release, try the latest untested builds from the master branch.
HDL Branch | GitHub master status | MATLAB Release | Installer Package |
---|---|---|---|
2018_R2 | 2019a |
If you use it, and like it - please let us know. If you use it, and hate it - please let us know that too.
We provide support across two releases of MATLAB. This does not mean older releases will not work but they are not maintained. Currently supported tools are:
- Bug fixes only: MATLAB R2018b with Vivado 2017.4
- Bug fixes and new features: MATLAB R2019a with Vivado 2018.2
All support questions should be posted in our EngineerZone forums. Documentation is included within the toolbox but additional documentation is avaible on the ADI Wiki.
If you don't want to use the toolbox installers you can manually build the BSP. Should be a quick matter of make build
:
rgetz@pinky:~/MathWorks_tools$ make -C CI/scripts/ build
Then simply add the hdl_wa_bsp
folder to your MATLAB path addpath(genpath('hdl_wa_bsp'))