Electronic – Generating a MSS file at command-line

microblazexilinx

Is there a way to generate a mss file from the exported SDK XML file at command-line? At the moment, I still have to open xsdk, generate a new hello world project to create the mss file. But I would like to generate the mss file with makefiles.

Best Answer

You can use the Xilinx tool appguru to generate an MSS file from the exported XML file

appguru -hw proc.xml -app empty_application

See appguru -h for help