赛灵思
直播中

张倩

7年用户 226经验值
私信 关注
[问答]

如何将tcl文件信息添加到项目中

大家好
我必须创建tcl文件,以避免有关无约束逻辑端口的错误。
对我来说,目前尚不清楚我必须把文件以及如何将其添加到项目中
卢卡

以上来自于谷歌翻译


以下为原文

Hi to all
i have to create tcl file in order to avoid the error about the unconstrained logical port.
For me it is not clear there must i put the file and how add it to the project
Luca

回帖(8)

石俊梅

2018-10-24 15:43:52
嗨,
如果双击“tcl.pre”旁边的白框,它会将您定向到一个对话框,您可以在其中选择TCL文件。
谢谢,
迪皮卡。
谢谢,迪皮卡.----------------------------------------------
---------------------------------------------- Google之前的问题
张贴。
如果某人的帖子回答了您的问题,请将帖子标记为“接受为解决方案”。
如果你看到一个特别好的和信息丰富的帖子,考虑给它Kudos(左边的明星)
在原帖中查看解决方案

以上来自于谷歌翻译


以下为原文

Hi,
 
If you double click on the white box beside the "tcl.pre", it directs you to a dialog box where you can select the TCL file.
 
Thanks,
Deepika.
Thanks,
Deepika.
--------------------------------------------------------------------------------------------
Google your question before posting. If someone's post answers your question, mark the post as answer with "Accept as solution". If you see a particularly good and informative post, consider giving it Kudos (the star on the left)View solution in original post
举报

石俊梅

2018-10-24 15:49:04
嗨,
您是在谈论顶级端口的LOC约束吗?
一世
对于每个进程(综合,实现等),TCL都可以在设置中的tcl.preor tcl.post选项中获取。
谢谢,
迪皮卡。
谢谢,迪皮卡.----------------------------------------------
---------------------------------------------- Google之前的问题
张贴。
如果某人的帖子回答了您的问题,请将帖子标记为“接受为解决方案”。
如果你看到一个特别好的和信息丰富的帖子,考虑给它Kudos(左边的明星)

以上来自于谷歌翻译


以下为原文

Hi,
 
Are you talking about LOC constraint for top level ports? I
 
For every process (synthesis,implementation etc), the TCL can be sourced in tcl.pre or tcl.post options in the settings.
 
Thanks,
Deepika.
Thanks,
Deepika.
--------------------------------------------------------------------------------------------
Google your question before posting. If someone's post answers your question, mark the post as answer with "Accept as solution". If you see a particularly good and informative post, consider giving it Kudos (the star on the left)
举报

阮盛婧

2018-10-24 15:59:55
我有以下错误
[Drc 23-20]规则违规(UCIO-1)无约束逻辑端口--48个逻辑端口中的31个没有用户分配特定位置约束(LOC)。
这可能导致I / O争用或与电路板电源或连接不兼容,从而影响性能,信号完整性或在极端情况下导致设备或其所连接的组件受损。
要更正此违规,请指定所有引脚位置。
除非所有逻辑端口都定义了用户指定的站点LOC约束,否则此设计将无法生成比特流。
要允许使用未指定的引脚位置创建比特流(不推荐),请使用以下命令:set_property SEVERITY {Warning} [get_drc_checks UCIO-1]。
注意:使用Vivado运行基础结构(例如,launch_runs Tcl命令)时,将此命令添加到.tcl文件,并将该文件添加为执行运行的write_bitstream步骤的预挂钩。
问题端口:gateway_out [16:0],gateway_in6 [16],gateway_in6 [15],gateway_in6 [14],gateway_in6 [13],gateway_in6 [12],gateway_in6 [11],gateway_in6 [10],gateway_in6 [9],
gateway_in6 [8],gateway_in6 [7],gateway_in6 [6],gateway_in6 [5],gateway_in6 [4],clk(列出的15个中的前15个)。
我只需要比特流来验证流量是否正常所以我不想提供有关逻辑端口的信息
(在我没有问题)

以上来自于谷歌翻译


以下为原文

i have the following error
 
[Drc 23-20] Rule violation (UCIO-1) Unconstrained Logical Port - 31 out of 48 logical ports have no user assigned specific location constraint (LOC). This may cause I/O contention or incompatibility with the board power or connectivity affecting performance, signal integrity or in extreme cases cause damage to the device or the components to which it is connected. To correct this violation, specify all pin locations. This design will fail to generate a bitstream unless all logical ports have a user specified site LOC constraint defined. To allow bitstream creation with unspecified pin locations (not recommended), use this command: set_property SEVERITY {Warning} [get_drc_checks UCIO-1]. NOTE: When using the Vivado Runs infrastructure (e.g. launch_runs Tcl command), add this command to a .tcl file and add that file as a pre-hook for write_bitstream step for the implementation run. Problem ports: gateway_out[16:0], gateway_in6[16], gateway_in6[15], gateway_in6[14], gateway_in6[13], gateway_in6[12], gateway_in6[11], gateway_in6[10], gateway_in6[9], gateway_in6[8], gateway_in6[7], gateway_in6[6], gateway_in6[5], gateway_in6[4], clk (the first 15 of 15 listed).
 
i need the bitstream only to verify thatn the flow is ok so i am not interested to give information about logical port
(in ise i had no problem)
 
举报

石俊梅

2018-10-24 16:08:10
好的,您可以在下面高亮显示的比特流设置的tcl.pre中找到它。
谢谢,
迪皮卡。
谢谢,迪皮卡.----------------------------------------------
---------------------------------------------- Google之前的问题
张贴。
如果某人的帖子回答了您的问题,请将帖子标记为“接受为解决方案”。
如果你看到一个特别好的和信息丰富的帖子,考虑给它Kudos(左边的明星)

以上来自于谷歌翻译


以下为原文

Ok, you can source it in tcl.pre of bitstream settings hightlighted below.
 

 
Thanks,
Deepika.
Thanks,
Deepika.
--------------------------------------------------------------------------------------------
Google your question before posting. If someone's post answers your question, mark the post as answer with "Accept as solution". If you see a particularly good and informative post, consider giving it Kudos (the star on the left)
举报

更多回帖

发帖
×
20
完善资料,
赚取积分