Error message:
Parser Error: module keyword expected.
The source code begins with comments e.g.
// timescale
then followed by a `timescale directive:
`timescale
Which is the line that causes the error.
then some more comments and `-directives.
and finally:
module modname (
etc.
The verilog source is known good and working without error in simulation
and synthesis.
So, this Error message is annoying. Maybe caused by the underlying JavaCC?
(using the recommended JavaCC from
http://pagesperso-orange.fr/eclipse_javacc/ )
Nobody/Anonymous ( nobody ) - 2009-03-16 13:56
5
Open
None
Nobody/Anonymous
None
None
Public
|
Date: 2009-03-16 14:10 Additional Information: |