1。需要Design Linking license,ISE安装时自带了。<br />2。license许可控制在pci32_top.vhd文件中的298行--322行,我们去掉下面这些行,ise就不会检查license类型直接生成购买版的全功能core了。<br />3。pci32_top.vhd这个文件是加密的,所以你没办法修改。不要问我怎么打开的。直接看附件。pci32_top.nfo文件是改过的文件,使用时改扩展名.vhd。<br /> ---------------------------------------------------------------------------<br /> -- IP licensing section<br /> ---------------------------------------------------------------------------<br /> attribute check_license : string;<br /> attribute check_license of pci32_top : entity is "pci32_v4";<br /> --xlpp license_switch pci32_v4 begin<br /> --xlpp simulation_license begin<br /> attribute secure_bitstream : string;<br /> attribute secure_bitstream of pci32_top : entity is "prohibit";<br /> attribute secure_config : string;<br /> attribute secure_config of pci32_top : entity is "protect";<br /> attribute secure_netlist : string;<br /> attribute secure_netlist of pci32_top : entity is "enable_unisim_hdl";<br /> -- xlpp simulation_license end<br /> -- xlpp eval_license begin<br /> -- xlpp eval_license end<br /> -- xlpp bought_license begin<br /> -- xlpp bought_license end<br /> -- xlpp license_switch end<br /><br /><br />4。用下面内容存成pci32_top.vhd,替换Xilinx10.1ISEcoregenipxilinx
etworkcomxilinxippci32_v4_6pci32_top.vhd。执行Coregen,原来的警告不要管,实际就可以生成我们订制的PCI core了<br /> |
|