The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
May 17th, 2024, 4:17am
Pages: 1
Send Topic Print
[Error] Strange char in source text (ASCII (96)) (Read 2740 times)
michele bergo
New Member
*
Offline



Posts: 4

[Error] Strange char in source text (ASCII (96))
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
Back to top
 
 
View Profile   IP Logged
Geoffrey_Coram
Senior Fellow
******
Offline



Posts: 1999
Massachusetts, USA
Re: [Error] Strange char in source text (ASCII (96))
Reply #1 - 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 ?).
Back to top
 
 

If at first you do succeed, STOP, raise your standards, and stop wasting your time.
View Profile WWW   IP Logged
michele bergo
New Member
*
Offline



Posts: 4

Re: [Error] Strange char in source text (ASCII (96))
Reply #2 - Dec 15th, 2009, 4:34am
 
Thank you very much

problem solved

best regards
Back to top
 
 
View Profile   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.