In Polyspace version 2016B.How to generate Intermediate files(.CI)
2 次查看(过去 30 天)
显示 更早的评论
Hello Team, I was tried to see the intermediate file after pre processing stage.But some times these files are generating and some times not generating.Do I need to enable any feature for doing this job in Polyspace code prover. version details:MATLAB Version: 9.1.0.441655 (R2016b)
0 个评论
回答(1 个)
Alexandre De Barros
2017-2-28
Hello,
You can use the command-line option named "-keep-relaunch-files" for that.
When this option is set, Polyspace will generate the files required to relaunch a verification/analysis, including the expanded source files, in the subfolder named .relaunch. And in this folder, the CI files can be found in the file ci.zip.
If you're using the graphical interface, the option -keep-relaunch-files has to be entered in the field "Other" (Advanced Settings).
NB: Since this option is used to create the relaunch files, the verification/analysis will stop at the end of the compilation phase, and then will produce no results.
Alex
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Polyspace Code Prover 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!