Forum Discussion
7 Replies
- KhaiChein_Y_Intel
Regular Contributor
Hi,
May I know which edition of the software you are using?
According to https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/po/ss-quartus-comparison.pdf, the Intel Quartus Prime Standard/Lite edition software have limited SystemVerilog language support.
May I know what export you are referring to? Could you provide an example? Besides this, you can check the SystemVerilog synthesis support for Pro edition software in https://www.intel.com/content/www/us/en/programmable/quartushelp/current/index.htm#hdl/vlog/vlog_list_sys_vlog.htm.
Thanks.
Best regards,
KhaiY
- Ruturaj_D_Intel
New Contributor
Hi KhaiY,
I am actually getting error in Synplify tool as it does not support export. I have not tried the code in Quartus yet. Below is the export of package which is present in RTL.
export cha_cms_mesh_pkg::*;
export cha_cms_mesh_pkg::AD_ADD_ADR_LSB;
I did check SystemVerilog synthesis support page of Quartus and it does not mention export.
I am using Quartus Prime Pro 18.1 and want to know if export is supported by Quartus.
Thanks,
Ruturaj.
- KhaiChein_Y_Intel
Regular Contributor
Hi Ruturaj,
Upon testing, this is supported in the Pro edition but not Standard edition.
Thanks.
Best regards,
KhaiY
- Ruturaj_D_Intel
New Contributor
Hi KhaiY,
Thank you for testing and responding. I will tryout at my end.
Thanks,
Ruturaj.
- KhaiChein_Y_Intel
Regular Contributor
Hi,
Sure. Please let me know if you have any questions.
Thanks.
Best regards,
KhaiY
- KhaiChein_Y_Intel
Regular Contributor
Hi,
Do you have any updates?
Thanks.
Best regards,
KhaiY
- Ruturaj_D_Intel
New Contributor
Hi KhaiY, Yes Quartus does support export statement. I do not have any further questions. Thanks, Ruturaj.