SPRUIR8B april 2020 – july 2023
The empty CLB project imported above has the capability to not only generate the “.out” file for the C28x target device, but also has the capability to generate the simulation files and the HTML/SVG block diagram of the design. To create the diagrams using the post-build steps, the proper path must be set for the location of the C2000Ware root and Node tool. To double check that these paths are correct:
To generate the block diagram, the build variable GENERATE_DIAGRAM must be set to 1. The build variables for a project can be found by going to Project Properties > Build > Variables, as seen in Figure 3-4. This variable enables the post-build steps listed under 'Steps' to run after the project is built. The block diagrams can be found under the relevant build configuration of the project in the 'diagrams' directory, as seen in Figure 5-5.
if ${GENERATE_DIAGRAM} == 1
must be
removed.