-
Identifier id is always null in function instantiated_unit, a member variable is read for the constructor of EntityInstantiation in case of vhdl code like:
ALabel : Entity work.AnEntity(Implementation)
I fixed it locally by setting the parameter of the constructor directly to null as it is not used in the EntityInstantiation class anyway...
2009-11-04 16:26:17 UTC by softestware
-
Additional Information:
Eclipse 3.4.1
Java jre1.6.0_11
OS linux debian 4.0.
2009-03-16 14:10:47 UTC by 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...
2009-03-16 13:56:36 UTC by nobody
-
guenter changed the public information on the Signs - VHDL Hardware Developement project.
2009-03-08 09:41:40 UTC by guenter
-
guenter changed the public information on the Signs - VHDL Hardware Developement project.
2009-03-08 09:41:34 UTC by guenter
-
guenter changed the public information on the Signs - VHDL Hardware Developement project.
2009-03-08 09:40:16 UTC by guenter
-
53va9B cszmcrrinszv, [url=http://fhlxlbszsnbq.com/]fhlxlbszsnbq[/url], [link=http://qohrsthemmuh.com/]qohrsthemmuh[/link], http://krkviijtvesc.com/.
2008-12-19 07:09:02 UTC by nobody
-
Here is a patch for bug 1734343. Can somebody please commit?.
2007-06-11 10:09:12 UTC by pfaes
-
Dear signs-team
I get two compilation errors when compiling from SVN. I'm running Eclipse 3.2 on Java 1.6. I'm compiling with Eclipse (not with Ant).
The problem is in the constructor of PrintStream. The code tries to call new PrintStream(File). I've changed it to new PrintStream(FileOutputStream), which fixes the compilation error.
Hope you can integrate this in the official release.
2007-06-10 10:34:58 UTC by nobody
-
aacook committed revision 55 to the Signs - VHDL Hardware Developement SVN repository, changing 1 files.
2007-03-30 12:31:55 UTC by aacook