Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21611 Discussions

Verilog Syntax Error

Altera_Forum
Honored Contributor II
1,732 Views

I received this error while following a tutorial in a Verilog book: 

 

Error (10170): Verilog HDL syntax error at resistor.v(3) near text ""disciplines.vams"; expecting ".", or an identifier, or "*", or "/" 

 

Can anyone provide suggestions on how to fix this? 

 

Thanks.
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
792 Views

Are you trying to compile Verilog-AMS in Quartus II or ModelSim?

0 Kudos
Altera_Forum
Honored Contributor II
792 Views

Does analog/mixed signal not work in Quartus II? I am using a text that refers to Verilog-AMS. 

 

Also, another error pops up for the other modules I wrote: 

 

Error (10170): Verilog HDL syntax error at capacitance.v(3) near text ""disciplines.vams"; expecting "<" 

 

Thanks for the help.
0 Kudos
Altera_Forum
Honored Contributor II
792 Views

 

--- Quote Start ---  

Does analog/mixed signal not work in Quartus II? 

--- Quote End ---  

 

 

No...How would it? 

 

-- slacker
0 Kudos
Altera_Forum
Honored Contributor II
792 Views

Quartus II and ModelSim does not support Verilog-AMS. You need to ADMS compiler like QuestaADMS from Mentor.

0 Kudos
Reply