完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
你好
我想使用多核来运行Vivado的P& R。 如果是entergeneral.maxThreads tcl命令,那么general.maxThreads值保存在哪里? 什么是defaultgeneral.maxThreads值? set_param general.maxThreads8 操作系统:LinuxVivado 2015.4 FPGA器件xc7v2000t 以上来自于谷歌翻译 以下为原文 Hello I want to used multiple core to running P&R by vivado. If enter general.maxThreads tcl command, than where's the general.maxThreads value save? What's the default general.maxThreads value? set_param general.maxThreads 8 OS:Linux Vivado 2015.4 FPGA device xc7v2000t |
|
相关推荐
9个回答
|
|
嗨@ quincyq2003
是的。 您将在日志文件中看到以下类型的消息。 启动Placer TaskINFO:[Place 30-611]使用最多8个CPU为place_design启用多线程 谢谢,维杰----------------------------------------------- ---------------------------------------------请将帖子标记为 一个答案“接受为解决方案”,以防它有助于解决您的查询。如果一个帖子引导到解决方案,请给予赞誉。 在原帖中查看解决方案 以上来自于谷歌翻译 以下为原文 Hi @quincyq2003 Yes it is. You will see the following kind of messages in your log file. Starting Placer Task INFO: [Place 30-611] Multithreading enabled for place_design using a maximum of 8 CPUs Thanks,Vijay -------------------------------------------------------------------------------------------- Please mark the post as an answer "Accept as solution" in case it helped resolve your query. Give kudos in case a post in case it guided to the solution.View solution in original post |
|
|
|
你好@ quincyq2003
默认情况下,该工具使用多个线程。 按任务划分的最大线程数为:•DRC报告:8•静态时序分析:8•放置:8•路由:8•物理优化:8 系统,限制为2; 对于Linux系统,默认值为8。 您可以通过以下命令报告最大thred数。 get_param general.maxthreads 谢谢,维杰----------------------------------------------- ---------------------------------------------请将帖子标记为 一个答案“接受为解决方案”,以防它有助于解决您的查询。如果一个帖子引导到解决方案,请给予赞誉。 以上来自于谷歌翻译 以下为原文 Hi @quincyq2003 By default the tool uses multiple threads. The maximum number of threads by task is: • DRC reporting: 8 • Static timing analysis: 8 • Placement: 8 • Routing: 8 • Physical optimization: 8 systems, the limit is 2; for Linux systems the default is 8. You can report the maximum number of threds by the following command. get_param general.maxthreads Thanks,Vijay -------------------------------------------------------------------------------------------- Please mark the post as an answer "Accept as solution" in case it helped resolve your query. Give kudos in case a post in case it guided to the solution. |
|
|
|
你好@ vijayak
什么是general.maxthreads默认值? 以上来自于谷歌翻译 以下为原文 Hello @vijayak What is the general.maxthreads default? |
|
|
|
嗨@ quincyq2003,
默认的最大并发线程数基于OS。 对于Windows系统,限制为2; 对于Linux系统,默认值为8。 最大并发线程数会有所不同,具体取决于处理器和任务的数量。 谢谢,维杰----------------------------------------------- ---------------------------------------------请将帖子标记为 一个答案“接受为解决方案”,以防它有助于解决您的查询。如果一个帖子引导到解决方案,请给予赞誉。 以上来自于谷歌翻译 以下为原文 Hi @quincyq2003, The default number of maximum simultaneous threads is based on the OS. For Windows systems, the limit is 2; for Linux systems the default is 8. The maximum number of simultaneous threads varies, depending on the number of processors and task. Thanks,Vijay -------------------------------------------------------------------------------------------- Please mark the post as an answer "Accept as solution" in case it helped resolve your query. Give kudos in case a post in case it guided to the solution. |
|
|
|
你好@ quincyq2003,
有关详细信息,请参阅以下UG https://www.xilinx.com/support/documentation/sw_manuals/xilinx2016_4/ug904-vivado-implementation.pdf(page#7) 问候,阿希什----------------------------------------------- - - - - - - - - - - - - - - - - - - - - - - - -请注意- 如果提供的信息有用,请将答案标记为“接受为解决方案”。给予您认为有用且回复的帖子。感谢Kudos .-------------------- -------------------------------------------------- ------------------------ 以上来自于谷歌翻译 以下为原文 Hello @quincyq2003, For further details, you can refer below UG https://www.xilinx.com/support/documentation/sw_manuals/xilinx2016_4/ug904-vivado-implementation.pdf (page # 7) 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. ---------------------------------------------------------------------------------------------- |
|
|
|
你好@ ashishd @ vijayak
general.maxThreads总是启用? 以上来自于谷歌翻译 以下为原文 Hello @ashishd@vijayak The general.maxThreads is always enable? |
|
|
|
嗨@ quincyq2003
是的。 您将在日志文件中看到以下类型的消息。 启动Placer TaskINFO:[Place 30-611]使用最多8个CPU为place_design启用多线程 谢谢,维杰----------------------------------------------- ---------------------------------------------请将帖子标记为 一个答案“接受为解决方案”,以防它有助于解决您的查询。如果一个帖子引导到解决方案,请给予赞誉。 以上来自于谷歌翻译 以下为原文 Hi @quincyq2003 Yes it is. You will see the following kind of messages in your log file. Starting Placer Task INFO: [Place 30-611] Multithreading enabled for place_design using a maximum of 8 CPUs Thanks,Vijay -------------------------------------------------------------------------------------------- Please mark the post as an answer "Accept as solution" in case it helped resolve your query. Give kudos in case a post in case it guided to the solution. |
|
|
|
你好@ quincyq2003,
是的,它始终根据所使用的操作系统设置为默认值(除非用户更改)。 如果要检查其值,可以使用以下命令 - get_param general.maxThreads 问候,阿希什----------------------------------------------- - - - - - - - - - - - - - - - - - - - - - - - -请注意- 如果提供的信息有用,请将答案标记为“接受为解决方案”。给予您认为有用且回复的帖子。感谢Kudos .-------------------- -------------------------------------------------- ------------------------ 以上来自于谷歌翻译 以下为原文 Hello @quincyq2003, Yes it is always set to its default value as per the operating system used (unless it is changed by user). If you want to check its value, you can use below command - get_param general.maxThreads 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. ---------------------------------------------------------------------------------------------- |
|
|
|
你好,
有没有理由将Windows的默认值设置为“2”,Linux的默认设置为“8”? 以上来自于谷歌翻译 以下为原文 Hi there, Is there a reason the default is set to '2' for Windows and '8' for Linux? |
|
|
|
只有小组成员才能发言,加入小组>>
2384 浏览 7 评论
2800 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2264 浏览 9 评论
3336 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2431 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
758浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
547浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
369浏览 1评论
1965浏览 0评论
684浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-25 12:30 , Processed in 1.255522 second(s), Total 65, Slave 58 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号