Altera_Forum
Honored Contributor
10 years agoError while compiling eda simulation library
Hi, i'm tryng to compile Quartus library for active-hdl, VHDL language but i receive this errors:
Error: Error: VCP2000 c:/altera/13.1/quartus/eda/sim_lib/altera_lnsim.sv : (1522, 15): Syntax error. Unexpected token: static[_STATIC]. The 'static' is a SystemVerilog 3.x keyword. Please use -v2k or -v95 switch . Error: Error: VCP2000 c:/altera/13.1/quartus/eda/sim_lib/altera_lnsim.sv : (1523, 14): Syntax error. Unexpected token: begin[_BEGIN]. Expected tokens: '(*' , 'import' , 'export' , 'endpackage' , 'event' ... . Warning: Warning: VCP7606 c:/altera/13.1/quartus/eda/sim_lib/altera_lnsim.sv : (1615, 43): Package altera_generic_pll_functions imports its own symbols. Error: Error: VCP2890 c:/altera/13.1/quartus/eda/sim_lib/altera_lnsim.sv : (1618, 71): Unspecified argument is used for an argument that does not have a default value: time_string. Error: Error: VCP2890 c:/altera/13.1/quartus/eda/sim_lib/altera_lnsim.sv : (1619, 91): Unspecified argument is used for an argument that does not have a default value: time_string. Error: Error: VCP2890 c:/altera/13.1/quartus/eda/sim_lib/altera_lnsim.sv : (1620, 85): Unspecified argument is used for an argument that does not have a default value: time_string. Error: Error: VCP0120 Internal unknown error occurred. Info: Compile failure 6 Errors 1 Warnings Analysis time: 2[s]. Info: temp_simlib_comp.tmp(19) Script: Break at line 19. Info: onerror { exit } Error: Compilation was NOT successful. 6 errors, 1 warnings Any suggestion? Thanks