• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Functional Verification
  3. runtime license

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 65
  • Views 13299
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

runtime license

vmark
vmark over 15 years ago

Hi all. Inside "Verilog simulation user guide", I have found an option for ncprotect command: "runtime_license" which can be added to the source hdl code to increase protection. I want to add this to my source code, but I do not understand very well following terms:

- shared library to be loaded

- the name of the entry function to be called when the library is loaded

- the feature string to be passed to the entry function

- match value to be compared with the return value of the entry function

 

Can anyone please help about the meaning of this terms, maybe with some example?

 

Thanks!

  • Cancel
  • TAM1
    TAM1 over 15 years ago

    The runtime license options are intended for those who want to encrypt their HDL intellectual property and also include a way to ensure that those who use that IP also have purchased a runtime license to use it.

    The options allow the IP creators to associate a shared-library which will be called to verify that a particular customer has a valid run-time license. Before the IP is executed by the simulator, the simulator will call the given entry point in the given library to ask whether or not the IP is licensed. That entry point can do whatever processing is necessary to answer that question. (For example, the IP creator would write code that would query an LM license server running on another node to see if a user has access to a particular license string.) If that entry point returns the given match code to the simulator, it will proceed with the simulation.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information