Altera_Forum
Honored Contributor
10 years agoDoes Quartus II 12.1 support Systemverilog 2005 in the following form?
Hi all,
It reported errors when using quartus ii 12.1 synthesis code with setting VERILOG_INPUT_VERSION SYSTEMVERILOG_2005. I paste it as bellow. http://www.alteraforum.com/forum/attachment.php?attachmentid=11928&stc=1 It can run pass if change it like this : http://www.alteraforum.com/forum/attachment.php?attachmentid=11929&stc=1 I looked up IEEE-std-verilog2005 ,and found that both with the keywords generate and without are ok. I also looked up quartusii_handbook13.1 and websit :http://quartushelp.altera.com/current/#hdl/vlog/vlog_list_sys_vlog.htm ,but cannot find whether quartus 12.1 support it or not. Could you tell me the reason and how to solve this problem if it must be used without keyword generate? Thanks!