Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What tool can be used for verilog encryption ?

Status
Not open for further replies.

larry

Newbie level 3
Joined
Jan 8, 2003
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
26
verilog encryption

Hi Guy :
Who can tell me how to encrypt the verilog code ? what tool I can use ?

--Thanks :(
 

encrypted verilog

Using C@dence Verilog-XL:

1. add `protected and `endprotected into your source code.

2. run " verilog src.v +protect "

The compiler will generate a file called "src.vp" for you.


see doc/vloguser/chap9.html.
 
  • Like
Reactions: ivlsi

    ivlsi

    Points: 2
    Helpful Answer Positive Rating
verilog encrypt

-Thanks
Best Regards :wink:
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top