Is there a preferred idiom or approach for deploying multicore applications with RTSC? Right now it looks like the simplest approach is to build the individual executables (libraries and applications) using RTSC, then separately use maptool.py to combine the executables into the combined image. Would it make sense to create an RTSC xdc.bld.ITarget or xdc.bld.ITargetFilter provider to expose maptool.py's functionality so the development process is more integrated?