在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 38776|回复: 118

[原创] Vivado自带IP

[复制链接]
发表于 2015-1-29 18:06:03 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
已经可以换还原了。有需要的可以联系我。
发表于 2015-1-29 20:35:33 | 显示全部楼层
什么意思?
 楼主| 发表于 2015-1-29 20:56:56 | 显示全部楼层
回复 2# hdg


    可以把加密的文件还原为RTL
发表于 2015-1-30 02:33:04 | 显示全部楼层
What is it ?
发表于 2015-1-30 02:34:01 | 显示全部楼层
Information ........

How do you do it ?
发表于 2015-1-30 09:45:05 | 显示全部楼层
楼主,如何还原的?请给个明示呗?
 楼主| 发表于 2015-1-30 09:55:21 | 显示全部楼层
比如Xilinx\Vivado\2014.1\data\ip\xilinx\xfft_v9_0\hdl\max2_2.vhd是这样的:
`protect begin_protected
`protect version = 1
`protect encrypt_agent = "XILINX"
`protect encrypt_agent_info = "Xilinx Encryption Tool 2014"
`protect key_keyowner = "Cadence Design Systems.", key_keyname= "cds_rsa_key", key_method = "rsa"
`protect encoding = (enctype = "BASE64", line_length = 76, bytes = 64)
`protect key_block
DBKJW6AAYEyQeYvp+xXm0FZqTAUIe4etpxcsTGeOQmSrPs5cvp0EiZssG2f5h05rg7lxXuIbRv5x
sthvt18kBw==
………………………………
CywpzCvuCHpeO4ovfW45M3Y8WGDHSd4sGB6ApqSDeWE2+JDSMztZeaFjoPXdM4Xr5A==
`protect end_protected

可还原为:
library ieee;
use ieee.std_logic_1164.all;
entity max2_2 is
  port (
    a : in  std_logic_vector(1 downto 0) := (others => '0');
    b : in  std_logic_vector(1 downto 0) := (others => '0');
    o : out std_logic_vector(1 downto 0) := (others => '0'));
end max2_2;
architecture xilinx of max2_2 is
  attribute DowngradeIPIdentifiedWarnings: string;
  attribute DowngradeIPIdentifiedWarnings of xilinx : architecture is "yes";

begin
  o <= a when a > b else b;
end architecture xilinx;
发表于 2015-1-30 11:07:05 | 显示全部楼层
楼主,我需要。邮箱:562326187@qq.com
发表于 2015-1-30 14:14:19 | 显示全部楼层
回复 7# Student

goalyoung@126.com

非常感谢!
发表于 2015-1-30 21:28:55 | 显示全部楼层
楼主高人啊,这也行
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /3 下一条

×

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-4-20 12:48 , Processed in 0.029670 second(s), 7 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表