Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
7 years ago

How to make some verilog codes invisible in a Quartus project?

I want to protect several critical and quite difficult-designed verilog code segments in a FPGA project, based on Quartus II 15.0 platform. Unfortunately, I don't know how to make them invisible in Quartus II. May I ask help in the forum since the codes are very important in the oncoming projects ?

I'm looking forward for the reply ASAP. Thank you!

5 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    What exactly do you mean? Do you have code segments that you don't want to compile? Or are you trying to make the logic invisible?

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi,

    I guess you want to encrypt some verilog code so that it will not be visible to other users. For this you will have to find out if Quartus II has an encryption function using which you can encrypt the codes and deliver only the encrypted codes to others. The encryption should be such that it is readable by EDA tools other wise it would defeat the purpose.

    There are lots of companies that do provide encrypted sources for designs, ones which we can compile but not see the code.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thanks so much for the replies, and yes, I really want to encrypt some verilog code and make logic invisible in project.

    How can I do those protecting works in Quartus II software then? Thank you again !
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    You can create an encrypted bitstream programming file. Is that what you mean?