The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Design Languages >> Verilog-AMS >> [Error] Strange char in source text (ASCII (96))
https://designers-guide.org/forum/YaBB.pl?num=1260543655

Message started by michele bergo on Dec 11th, 2009, 7:00am

Title: [Error] Strange char in source text (ASCII (96))
Post by michele bergo on Dec 11th, 2009, 7:00am

compiling a simple verilog ams module with vacom - ams I had the message below:

-------------------
    1: `include "disciplines.vams"
       
[Error] Strange char in source text (ASCII (96))

-------------------
    1: `include "disciplines.vams"
        ^^^^^^^
[Failure] Syntax error : received IDENTIFIER
         while expecting COMMENT
                      or 'architecture' or 'configuration' or 'entity' or 'library'
                      or 'package' or 'use'

Can somebody help me please?

bye

michele

Title: Re: [Error] Strange char in source text (ASCII (96))
Post by Geoffrey_Coram on Dec 14th, 2009, 12:59pm

This line:
 or 'architecture' or 'configuration' or 'entity' or 'library'

indicates that your compiler thinks the source code is VHDL, not Verilog.  You may need to change the extension (.v ?).

Title: Re: [Error] Strange char in source text (ASCII (96))
Post by michele bergo on Dec 15th, 2009, 4:34am

Thank you very much

problem solved

best regards

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.