This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Xdc.loadCapsule examples

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?

  • Mark,

    XDC documentation can be found at the RTSC-pedia (http://rtsc.eclipse.org/docs-tip/Main_Page)

    The discussion about capsules can be found there at the following link: http://rtsc.eclipse.org/docs-tip/The_XDCscript_Language#Methods_for_loading_other_files

    You will also find a discussion there about how a script can load other script files.