Bootstrap

IP核tri_mode_ethernet_mac license过期解决办法

在逻辑中使用了IP核AXI 1G/2.5G Ethernet Subsystem(7.1)时,编译时提示如下错误:

在Help中打开Manage License...

在下图弹出窗口中点击View License Status,可以看到tri_mode_eth_mac IP核已过期,现在需要重新下载新的license才可以使用该IP核。

一、下载license

从AMD官网上重新生成下载VIVADO IP核license的步骤如下:

第一步:登录AMD官网,并进入我的账户。

第二步:点击主页的产品——软件、工具和应用——预置IP核

第三步:在下图中点击AMD产品许可

第四步:在下图中点击Generate a License Key

第五步:在下图中输入个人信息,并提交

第六步:在下图中点击Search Now,

第七步:在弹出窗口中输入tri,选中LogiCORE, Tri-Mode Ethernet MAC, Evaluation License,点击Next

第八步:在Product Licensing页面的Certificate Base Licenses中出现了新加入的License,选中该License,点击Generate Node-Locked License

第九步:在如下页面中,点击2 SYSTEM INFORMATION中的Select a host...

选择Add a host...,填写您所使用电脑的相应信息,即主机名和物理地址,可在命令提示符中输入ipconfig/all查看,然后点击Next,

继续点击Next,

点击Accept,

新的License生成完毕,点击左下角即可下载。

二、更新License

新的License下载完成后,需要加载到vivado工程中去,点击Help——Manage License...

点击Get License——Load License,在弹出窗口Select License File中选择新下载的License文件

点击Manage License——Manage License Search Paths中输入License文件名及其路径,点击Set

重启vivado,点击Manage License——View License Status,可以看到IP核tri_mode_eth_mac的License已经可用

右键点击Design_1_i,选中Reset Output Products...

显示如下Critical warning,

即:

[Vivado 12-1790] Evaluation License Warning: This design contains one or more IP cores that use separately licensed features. If the design has been configured to make use of evaluation features, please note that these features will cease to function after a certain period of time. Please consult the core datasheet to determine whether the core which you have configured will be affected. Evaluation features should NOT be used in production systems.

Evaluation cores found in this design:
    IP core 'design_1_axi_ethernet_0_0' (bd_929b) was generated with multiple features:
        IP feature '[email protected]' was enabled using a hardware_evaluation license.
        IP feature '[email protected]' was enabled using a hardware_evaluation license.
    IP core 'bd_929b_mac_0' (bd_929b_mac_0_support) was generated with multiple features:
        IP feature '[email protected]' was enabled using a hardware_evaluation license.
        IP feature '[email protected]' was enabled using a hardware_evaluation license.

Resolution: If a new IP Core license was added, in order for the new license to be picked up, the current netlist needs to be updated by resetting and re-generating the IP output products before bitstream generation.
仍然是IP核过期的问题,按照上面第一部分下载license的步骤,重新下载一个新的License。

三、重新下载License

按照上面第一部分下载license的步骤进行前六步,

第七步:在页面中输入endpoint,选中LogiCORE, Ethernet AVB Endpoint, Evaluation License,单击Add

第八步:在Product Licensing页面的Certificate Base Licenses中出现了新加入的License,选中该License,点击Generate Node-Locked License

其余步骤同第一部分下载license。

四、重新更新License

第二部分更新License,将重新下载的License更新到vivado的License中。

重启vivado后重新编译工程,顺利生成了bit文件,LIcense问题终于解决。

;