完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,
我在运行Windows 7 - 32位版本的PC上安装了Xilinx ISE 10.1 Webpack。 我为半加器电路编写了VHDL和测试平台。 我想模拟它的行为模型 我正在使用Xilinx ISE模拟器 但是,在按下“模拟行为模型”选项后,控制台将报告以下错误消息: 运行保险丝...... fuse -intstyle ise -incremental -o tb_full_adder_isim_beh.exe -prj tb_full_adder_beh.prj -top tb_full_adder 确定HDL文件的编译顺序 分析VHDL文件full_adder.vhd 从c:/xilinx/10.1/ise/vhdl/hdp/nt/ieee/std_logic_1164.vdb恢复VHDL解析树ieee.std_logic_1164 从c:/xilinx/10.1/ise/vhdl/hdp/nt/std/standard.vdb恢复VHDL parse-tree std.standard 从c:/xilinx/10.1/ise/vhdl/hdp/nt/ieee/std_logic_arith.vdb恢复VHDL解析树ieee.std_logic_arith 从c:/xilinx/10.1/ise/vhdl/hdp/nt/ieee/std_logic_unsigned.vdb恢复VHDL解析树ieee.std_logic_unsigned 分析VHDL文件tb_full_adder.vhd 从c:/xilinx/10.1/ise/vhdl/hdp/nt/ieee/numeric_std.vdb恢复VHDL解析树ieee.numeric_std 将VHDL解析树work.full_adder保存到c:/users/turtles/desktop/vhdl_lab/full_adder/isim/work/full_adder.vdb 将VHDL解析树work.tb_full_adder保存到c:/users/turtles/desktop/vhdl_lab/full_adder/isim/work/tb_full_adder.vdb 开始静态阐述 完成静态细化 保险丝内存使用:116404 Kb 保险丝CPU使用率:638毫秒 警告:HDLCompiler:746 - “N:/K.31/rtf/vhdl/src/ieee/numeric_std.vhd”第867行。范围为空(空范围) 警告:HDLCompiler:746 - “N:/K.31/rtf/vhdl/src/ieee/numeric_std.vhd”第868行。范围为空(空范围) 使用库std中的预编译包标准 使用库ieee中的预编译包std_logic_1164 使用库ieee中的预编译包std_logic_arith 使用来自库ieee的预编译包std_logic_unsigned 使用库ieee中的预编译包numeric_std 编译实体full_adder [full_adder_default]的体系结构行为 编译实体tb_full_adder的体系结构行为 FATAL_ERROR:模拟器:Fuse.cpp:171:$ Id:Fuse.cpp,v 1.35 2007/11/07 21:25:47 sonals Exp $ - 无法创建模拟可执行文件 终止。 有关此问题的技术支持,请打开WebCase 该项目位于http://www.xilinx.com/support。 FATAL_ERROR:Simulator:Fuse.cpp:171:$ Id:Fuse.cpp,v 1.35 2007/11/07 21:25:47 sonals Exp $ - 创建模拟可执行文件失败进程将终止。 有关此问题的技术支持,请通过http://www.xilinx.com/support连接此项目打开WebCase。 我收到了FATAL_ERROR - 无法创建模拟可执行文件。 我尝试在论坛上搜索此问题但无法找到确切的解决方案。 你可能会找到 我的项目名称没有空格,我将文件保存在C盘中。 是否有解决此问题的方法? 先谢谢你! 以上来自于谷歌翻译 以下为原文 Hi, I have installed Xilinx ISE 10.1 Webpack in my PC running Windows 7 - 32 bit edition. I have written a VHDL and testbench for a half adder circuit. I would like to simulate its behavioral model I am using the Xilinx ISE Simulator However, after pressing the "Simulate Behavioral Model" option, the console reports the following error message: Running Fuse ...fuse -intstyle ise -incremental -o tb_full_adder_isim_beh.exe -prj tb_full_adder_beh.prj -top tb_full_adder Determining compilation order of HDL filesAnalyzing VHDL file full_adder.vhdRestoring VHDL parse-tree ieee.std_logic_1164 from c:/xilinx/10.1/ise/vhdl/hdp/nt/ieee/std_logic_1164.vdbRestoring VHDL parse-tree std.standard from c:/xilinx/10.1/ise/vhdl/hdp/nt/std/standard.vdbRestoring VHDL parse-tree ieee.std_logic_arith from c:/xilinx/10.1/ise/vhdl/hdp/nt/ieee/std_logic_arith.vdbRestoring VHDL parse-tree ieee.std_logic_unsigned from c:/xilinx/10.1/ise/vhdl/hdp/nt/ieee/std_logic_unsigned.vdbAnalyzing VHDL file tb_full_adder.vhdRestoring VHDL parse-tree ieee.numeric_std from c:/xilinx/10.1/ise/vhdl/hdp/nt/ieee/numeric_std.vdbSaving VHDL parse-tree work.full_adder into c:/users/turtles/desktop/vhdl_lab/full_adder/isim/work/full_adder.vdbSaving VHDL parse-tree work.tb_full_adder into c:/users/turtles/desktop/vhdl_lab/full_adder/isim/work/tb_full_adder.vdbStarting static elaborationCompleted static elaborationFuse Memory Usage: 116404 KbFuse CPU Usage: 638 msWARNING:HDLCompiler:746 - "N:/K.31/rtf/vhdl/src/ieee/numeric_std.vhd" Line 867. Range is empty (null range)WARNING:HDLCompiler:746 - "N:/K.31/rtf/vhdl/src/ieee/numeric_std.vhd" Line 868. Range is empty (null range)Using precompiled package standard from library stdUsing precompiled package std_logic_1164 from library ieeeUsing precompiled package std_logic_arith from library ieeeUsing precompiled package std_logic_unsigned from library ieeeUsing precompiled package numeric_std from library ieeeCompiling architecture behavioral of entity full_adder [full_adder_default]Compiling architecture behavior of entity tb_full_adderFATAL_ERROR:Simulator:Fuse.cpp:171:$Id: Fuse.cpp,v 1.35 2007/11/07 21:25:47 sonals Exp $ - Failed to create simulation executable Process will terminate. For technical support on this issue, please open a WebCase with this project attached at http://www.xilinx.com/support.FATAL_ERROR:Simulator:Fuse.cpp:171:$Id: Fuse.cpp,v 1.35 2007/11/07 21:25:47 sonals Exp $ - Failed to create simulation executable Process will terminate. For technical support on this issue, please open a WebCase with this project attached at http://www.xilinx.com/support.I am getting a FATAL_ERROR - Failed to create simulation executable. I tried searching this problem on the forums but couldn't find an exact solution. You may find the My project names have no spaces and I saved my files in my C drive. Is there a workaround towards this problem? Thank you in advance! |
|
相关推荐
1个回答
|
|
Hello@josh.onn,
您是否检查过这里提到的可能性:http://www.xilinx.com/support/answers/31866.html 问候,阿希什----------------------------------------------- - - - - - - - - - - - - - - - - - - - - - - - -请注意- 如果提供的信息有用,请将答案标记为“接受为解决方案”。给予您认为有用且回复的帖子。感谢Kudos .-------------------- -------------------------------------------------- ------------------------ 以上来自于谷歌翻译 以下为原文 Hello @josh.onn, Did you check the possibilities mentioned here http://www.xilinx.com/support/answers/31866.html Regards, Ashish ---------------------------------------------------------------------------------------------- Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. ---------------------------------------------------------------------------------------------- |
|
|
|
只有小组成员才能发言,加入小组>>
2374 浏览 7 评论
2790 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2257 浏览 9 评论
3331 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2422 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
750浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
536浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
359浏览 1评论
753浏览 0评论
1955浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-19 19:37 , Processed in 1.104520 second(s), Total 79, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号