Share

Signs - VHDL Hardware Developement

Tracker: Bugs

5 Verilog parser reports nasty error - ID: 2688641
Last Update: Comment added ( nobody )

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


Comment ( 1 )




Date: 2009-03-16 14:10
Sender: nobody

Additional Information:
Eclipse 3.4.1
Java jre1.6.0_11
OS linux debian 4.0



Log in to comment.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.