I am trying to modularize DSP/Bios 4 .cfg file so I can move features between projects.
I have found the xdc.loadCapsule feature that allows me to do this. Are there any good examples or tutorials on this feature.
I am familiar with using multiple .tci file within a .tcf file in DSP/Bios 5.x scripting. the TCI operates as inline script, the xdc.loadCapsule seems more like a modular function.
Is there an equivalent feature like the .TCI / .TCF flow in DSP/Bios 5 available with DSP/Bios 6?