我在ISE项目导航器14.6中使用Xilinx Virtex-5版XC5VLX110T来测试一个简单的代码,但它总是给出实现设计错误:
错误:安全:12 - 否' xc5vlx110t'功能版本2013.06是 可用(-15), 错误:地图:258 - 尝试遇到问题 获得这种架构的许可证。
this is it's Design proprieties
代码是:
module compare(clk ,x,y
);
input x,clk;
output reg y;
always @(posedge clk)
begin
y= x+1'b1;
end
endmodule
答案 0 :(得分:0)
这取决于......
首先,请查看Xilinx许可证管理器,了解支持哪些内容以及哪些内容不受支持。
某些开发板与“节点锁定许可证”一起销售。如果是这样,您的软件包应包含Xilinx.com上注册过程的序列号。然后,您可以下载您的个人,董事会特定许可证并在ISE中注册。
否则你需要一个正常/完整的许可证,这是非常昂贵的。出于开发目的,您可以更改设备。到>>> s = """<tr id="overview-summary-current">
... <th scope="row">
... <span class="edit-tools">
... <a href="#background-experience" class="edit-section" id="control_gen_4">Edit experience</a>
... <script id="controlinit-dust-server-65573249-4" type="text/javascript+initialized" class="li-control">LI.Controls.addControl("control-dust-server-65573249-4","IntraScroller",{tracking:'top-card-edit-experience',paddingTop:-20})</script>
... <script type="text/javascript">if(dust&&dust.jsControl){if(!dust.jsControl.flushControlIds){dust.jsControl.flushControlIds="";}else{dust.jsControl.flushControlIds+=",";}dust.jsControl.flushControlIds+="control-dust-server-65573249-4";}</script>
... </span>
... <a href="#background-experience" data-trk="prof-0-ovw-curr_pos">Current</a>
... </th>
... <td>
... <ol>
... <li>
... <span data-tracking="mcp_profile_sum" class="new-miniprofile-container /biz/miniprofile/8241336?pathWildcard=8241336" data-li-url="/biz/miniprofile/8241336?pathWildcard=8241336" data-li-getjs="https://static.licdn.com/scds/concat/common/js?h=40vfeoewuurexnhvi1o2qiknu&fc=2" data-li-miniprofile-id="LI-2326069">
... <strong>
... <a href="/company/8241336?trk=prof-0-ovw-curr_pos" dir="auto">A1 Pawn</a>
... </strong>
... </span>
... </li>
... </ol>
... </td>"""
>>>
>>> from bs4 import BeautifulSoup
>>> soup = BeautifulSoup(s,'html.parser')
>>> soup.select("#overview-summary-current > td > ol > li > span > strong > a")
[<a dir="auto" href="/company/8241336?trk=prof-0-ovw-curr_pos">A1 Pawn</a>]
(来自ML505板的Virtex-5 LX50T)这个应该由webpack许可证支持。所有实现步骤都可以,但编程,因为它是错误的大小和引脚排列。