- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I encrypted the hdl file with encrypt_1735 (dti_phy_ctl_blk.v -> dti_phy_ctl_blk.vp)
"encrypt_1735 dti_phy_ctl_blk.v --language=verilog --quartus"
then I took that file to analyze and got an error:
Error: Internal Sub-system: QIS, File: /quartus/synth/qis/qis_rtl_stage_utility.cpp, Line: 705
Error: No modules found when analyzing [PATH]/dti_phy_ctl_blk.vp.
How can I synthesize encrypted files?
Thanks and best regards
phuongnn0
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
If you already have the encryption key, do the followings:
- 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.
Thanks,
Best Regards,
Sheng
p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have successfully Run Analysis & Synthesis file dti_phy_ctl_blk.vp
But I want to create components from my design so I use Platform Design
--------
I use Platform Design to create new components
1. I add dti_phy_ctl_blk.vp
2. Set type Verilog HDL
3. Set Attributes is Top-Level file
4. Run Analyze HDL Files
Then I got that error
Error: Internal Sub-system: QIS, File: /quartus/synth/qis/qis_rtl_stage_utility.cpp, Line: 705
Error: No modules found when analyzing [PATH]/dti_phy_ctl_blk.vp.
How can I finish creating a new component.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Let me further confirm with expert and get back to you soon. Please allow some time for it.
Thanks,
Best Regards,
Sheng
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @haianhle ,
Internal expert feedback:
Qsys invokes quartus_syn for the analysis of the HDL files. I don't think Quartus can decrypt unknown encrypted files, so this is expected behavior that it would fail on analysis of encrypted files
Thanks,
Best regards,
Sheng
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I encrypted the hdl file with encrypt_1735(Quartus encrypt tool). So I think it is not unknown encrypted files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@haianhle Based on internal feedback, unknown encrypted files also include Quartus encrypt tool (encrypt_1735). Feedback as below:
Is the file encrypted with the altera key?
If it is quartus synthesis can analyze it. Otherwise it can't.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page