Source Configuration Control¶
Configuration Control¶
Git is the current configuration control tool used to manage the AVED codebase, and GitHub is the host for serving this data.
The code can be found on GitHub at:
Source Code Organisation¶
The folder structure for the AVED repository is organized as follows:
/deploy¶
Contains scripts and is the area where the build packaging will be undertaken.
/fw¶
Contains the target firmware source files to provide the management control capability deployed onto the RPU, known as the AVED management controller (AMC).
/hw¶
Contains all of the necessary target hardware design files used in construction of the board xsa and the overall PDI build.
/scripts¶
Contains scripts used in the generation and building of the example design.
/sw¶
Contains supporting host based applications to interface with AVED.
This includes the AVED management interface (AMI), and the stress testing application xbtest.
Page Revision: v. 11