Altera_Forum
Honored Contributor
16 years agoError 10170 Verilog HDL Syntax Error
Hello all,
I'm continuing to get this error while trying the SOPC Tutorial. I'm using Quartus II 9.0 SP2. I'm lost on figuring it out. Error (10170): Verilog HDL syntax error at nios_system_inst.v(2) near text "("; expecting ";", or "," Here is the SOPC auto generated code: //Example instantiation for system 'nios_system' nios_system nios_system_inst ( .clk_0 (clk_0), .in_port_to_the_Switches (in_port_to_the_Switches), .out_port_from_the_LEDs (out_port_from_the_LEDs), .reset_n (reset_n) ); Can anyone assist please, because I am stumped. Thanks in advance, -Jorden