Visible to Intel only — GUID: ooe1641795654589
Ixiasoft
Visible to Intel only — GUID: ooe1641795654589
Ixiasoft
5.2.2.1. Using Version Control
One common tool flow requirement is version control. When using version control, it is important to know which files to add to your version control database. To ensure reproducible results from software builds, Altera recommends placing the build scripts (such as Platform Designer system script and BSP Tcl script) and application source codes under version control. The build scripts incorporate all information on the system and can be generated using the commands in the following table.
Task | Command |
---|---|
Generate the Platform Designer script | qsys-generate <Platform Designer system>.qsys --export-qsys-script |
Export the BSP Tcl script | niosv-bsp --query --export-as-tcl=<BSP Tcl script> settings.bsp |