Simulink 中网表生成期间出错
我试图从 simulink 中的简单模型生成网表。我可以运行模拟(使用 sysgen)。
当我尝试创建网表时,它会抛出错误:
” * 错误 *
网表期间发生错误 一代。使用 ==> 时出错 xlProcBlockElaborateBMM 19 概要 文件“C:\<..>\timing\synopsis”不是 发现“
所以,我尝试手动创建一个概要文件夹,然后它开始抛出以下错误:
* 错误 *
网表期间发生错误 一代。 Java发生异常: com.xilinx.sysgen.netlist.Netlist内部: java.io.FileNotFoundException: C:\Kiran\timing\概要\概要 (访问被拒绝) 在 com.xilinx.sysgen.netlist.XTable.valueOf(未知 来源) 在 com.xilinx.sysgen.netlist.Block.fromXTable(未知 来源)
我尝试以管理员身份运行 Matlab,但结果相同。如果我在这里遗漏了什么,请告诉我:
所以,这里是配置详细信息:
Matlab 版本:版本 7.10 (R2010a)
Xilinx System Generator 版本 12.2
我在 Xilinx 论坛中没有找到任何解决方案,因此我将其发布在这里。
谢谢
I was trying to generate a netlist from a simple Model in simulink. I can run the simulation (using sysgen).
When I try to create a netlist , it throws an error :
"
* ERROR *Errors occurred during netlist
generation. Error using ==>
xlProcBlockElaborateBMM at 19 synopsis
file 'C:\<..>\timing\synopsis' not
found "
So, I tried to create a synopsis folder manually, and then It started throwing following error:
* ERROR *
Errors occurred during netlist
generation. Java exception occurred:
com.xilinx.sysgen.netlist.NetlistInternal:
java.io.FileNotFoundException:
C:\Kiran\timing\synopsis\synopsis
(Access is denied)
at com.xilinx.sysgen.netlist.XTable.valueOf(Unknown
Source)
at com.xilinx.sysgen.netlist.Block.fromXTable(Unknown
Source)
I tried running Matlab as Administrator, but with same outcome. Kindly let me know if I am missing something here:
So, here are the config details :
Matlab version : Version 7.10 (R2010a)
Xilinx System Generator Version 12.2
I did not find any solutions in the Xilinx forums, so I am posting it here.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有遇到过那个 - 这听起来像是一个可怕的内部错误。
看起来您正在创建一个时序网表 - 您可以创建任何其他选项网表吗?它可能会提供不同的(更有用的)错误消息!
其他解决方案通常采用乏味的形式:
抱歉!
Not come across that one - it sounds like a horrible internal error.
It looks like you're creating a timing netlist - can you create any of the other option netlists? It might provide different (more useful) error messages!
Other solutions are of the typically tedious form:
Sorry!