.xlsx and .xml file input to polyspace bug finder
3 次查看(过去 30 天)
显示 更早的评论
I am working on process advisor project.
Description: I want to use the polyspace bug finder two times to perform two different tasks using a built-in task for process advisor.
1) In the first task, I want to use the bug finder only for the defect analysis. I already have the defect list in .m and .xlsx files. I tried giving an argument for in the process model to take this .xlsx file as an input but it is not working.
2) In the second task, I want to use the bug finder only for code compliance according to Misra C 2012. For this task, I also have a .xml file. I tried the same thing but had no success.
One more issue is that, playspace tasks in process advisor are creating a playspace project file (pslink_config -> artifect_config.psprj) in code folded, how to change this to _cache folder in project root.
Is it possbile to give ,xlsx file as input to polyspace bug finder and specially in process advisor?
0 个评论
回答(1 个)
TED MOSBY
2024-4-8
Hi Dhruvilkumar,
Unfortunately, .xml and .xlsx format files are not supported as input files in the Polyspace Bug Finder. You will need to write a script to parse the excel and xml file to generate source code in suitable languages such as C/C++ or ADA which are the supported formats in Polyspace.
For more information on Polyspace Bug Finder refer to the following links:
Hope this helps!
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Run Polyspace as You Code in IDEs or Editors Without Plugins 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!