微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微电子和IC设计 > IC后端设计交流 > verilog/VCS 模块加密

verilog/VCS 模块加密

时间:10-02 整理:3721RD 点击:
有谁知道verilog/VCS模块加密的方法啊?

You can use VCS to encrypt selected parts of your source files. In order to achieve this, complete the following steps:
1. Enclose the Verilog code that you want to encrypt between the
‘protect128 and the ‘endprotect128 compiler directives.
Enclose the VHDL code that you want to encrypt between the
--protect128 and --endprotect128 pragmas.
2. Analyze the files with the -protect128 option. For example:
% vlogan -protect128 foo.v
% vcs -protect128 foo.v

这个牛叉啊

大侠请问:
我有个.vp文件(`protected ... `endprotected)用NC-verilog可以编译和仿真,但在VCS中报错:
Error-[BE] Bad encryption
Started encryption outside a module or in another scope.
请问这是为啥么?

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top