Posted on 2008-10-27 07:32:11-07 by avshae
input int;
Hi, One of the verilog modules has the line: input int; When running
Verilog::Netlist -> read_file()
the following message is generated: %Error: soc.v:3282870: syntax error, unexpected "integer", expecting "IDENTIFIER" This seems to me a syntactically correct verilog declaration. I don't mind getting a warning, but after this my script aborts. How can I avoid or bypass this so the script continues. Thanks.
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.