Forum Discussion
RichardT_altera
Super Contributor
6 years agoI think I got it. You could cross check with my steps. In this case, I am using a simple design called counter.v
- Encrypt the design with IEEE 1735. Command line used: encrypt_1735 --quartus --language=verilog counter.v
- File counter.vp will be generated in the file folder.
- Open a new project, add counter.vp in the project. Set it as top-level entity.
- Right click on the counter.vp. Select Properties. Ensure the Type: Verilog HDL File.
- Run Analysis & Synthesis.
Hope it helps.