Simulink 中网表生成期间出错

发布于 2024-11-18 05:31:09 字数 820 浏览 4 评论 0原文

我试图从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟沫凡尘 2024-11-25 05:31:09

没有遇到过那个 - 这听起来像是一个可怕的内部错误。

看起来您正在创建一个时序网表 - 您可以创建任何其他选项网表吗?它可能会提供不同的(更有用的)错误消息!

其他解决方案通常采用乏味的形式:

  • 重新运行 Xilinx System Generator 配置器
  • 尝试不同的 PC
  • 重新安装 Xilinx 工具
  • 登录 WebCase

抱歉!

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:

  • Re-run the Xilinx System Generator Configurator
  • try a different PC
  • reinstall the Xilinx tools
  • Log a WebCase

Sorry!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文