完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
大家好,
我正在使用tcl脚本来构建我的项目。 当我尝试运行以前使用ISE 13.2生成的tcl时,在实现设计阶段结束后,tcl控制台显示以下消息: “/ISE_13_2_script.tcl:实施设计运行失败,检查运行输出以获取详细信息。” 我正在查看tcl代码,此评论对应于第74行: ISE控制台显示以下评论:“处理”生成后置放置& 路由静态时序“已成功完成” 任何人都知道我使用tcl脚本编写项目的过程中出了什么问题? 注意:我已经附加了tcl文件。 ISE_13_2_script.tcl 25 KB 以上来自于谷歌翻译 以下为原文 Hi all, I'm using tcl scripting to build my projects. When I try to run a tcl previously generated with ISE 13.2, after Implement Design phase has ended, tcl console shows this message: " I'm looking at the tcl code and this comment corresponds to line 74: ISE console shows following comment: "Process "Generate Post-Place & Route Static Timing" completed successfully" Anyone knows what is wrong in my process to build projects with tcl scripting? Note: I have attached the tcl file. ISE_13_2_script.tcl 25 KB |
|
相关推荐
3个回答
|
|
您似乎需要取消注释希望脚本重新运行的进程:
#删除注释字符(#'s)以启用以下命令#process run“Synthesize”#process run“Translate”#process run“Map”#process run“Place& Route”#setset“Implement Design”if {! [run_task $ task]} {puts“$ myScript:$ task run failed,查看运行输出以获取详细信息。” project close return} puts“运行完成(成功)”。 项目关闭 在原帖中查看解决方案 以上来自于谷歌翻译 以下为原文 It seems that you need to uncomment the processes that you want the script to rerun: # Remove the comment characters (#'s) to enable the following commands # process run "Synthesize" # process run "Translate" # process run "Map" # process run "Place & Route" # set task "Implement Design" if { ! [run_task $task] } { puts "$myScript: $task run failed, check run output for details." project close return } puts "Run completed (successfully)." project close View solution in original post |
|
|
|
您似乎需要取消注释希望脚本重新运行的进程:
#删除注释字符(#'s)以启用以下命令#process run“Synthesize”#process run“Translate”#process run“Map”#process run“Place& Route”#setset“Implement Design”if {! [run_task $ task]} {puts“$ myScript:$ task run failed,查看运行输出以获取详细信息。” project close return} puts“运行完成(成功)”。 项目关闭 以上来自于谷歌翻译 以下为原文 It seems that you need to uncomment the processes that you want the script to rerun: # Remove the comment characters (#'s) to enable the following commands # process run "Synthesize" # process run "Translate" # process run "Map" # process run "Place & Route" # set task "Implement Design" if { ! [run_task $task] } { puts "$myScript: $task run failed, check run output for details." project close return } puts "Run completed (successfully)." project close |
|
|
|
感谢您的回复,在这些行被取消注释后,它可以完美运行。
注意:在ISE 12.4和13.2上运行tcl脚本时,ISE的GUI不会更新进程状态,只有控制台和tcl控制台正在更新。 应用建议的更改(取消注释这些行),ISE的GUI更新过程状态。 以上来自于谷歌翻译 以下为原文 Thanks for your response, it works perfectly after those lines are uncommented. Note: at ISE 12.4 and 13.2 when you run a tcl script which has those lines commented ISE's GUI doesn't update the process status, only console and tcl console are updating. Applying the proposed change (uncommenting those lines), ISE's GUI updates the process status. |
|
|
|
只有小组成员才能发言,加入小组>>
2468 浏览 7 评论
2855 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2317 浏览 9 评论
3400 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2498 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
2109浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
640浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
498浏览 1评论
2047浏览 0评论
778浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2025-1-31 15:48 , Processed in 1.101601 second(s), Total 47, Slave 42 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号