On Mar 31, 8:03*am, rickman wrote:
> # Error: DAGGEN_0007: mulaw.vhd : (0, 0): Error during conversion c:
> \Arius\Boards\IRIG-B-Testbed\FPGA\FullTest\FullTest\compile
> \muLaw_RTL.dag to c:\Arius\Boards\IRIG-B-Testbed\FPGA\FullTest\FullTest
> \compile\muLaw_RTL._x86.bin
>
> The file that this occurs on is random. *It can happen on multiple
> files as well. *If I recompile it usually goes away although sometimes
> I have to recompile more than once.
>
> I thought maybe it was a memory issue but closing it and restarting
> doesn't really fix the issue. *It just seems to be totally random
> failing perhaps two times out of five.
>
> Any idea what this is about?
It's pretty clear that this is a tool bug. DAG = Directed Acyclic
Graph, I would guess - the tree representation of your code that's
created internally by the compiler.
I cannot imagine why it should come and go on the same set of source
code, unless there's some random seeding going on for the internal
optimizations.
Support case for Aldec, I'm afraid. A tool crash, or a tool failing
on some internal operation, is NEVER your fault. If the tool can't
report the problem back to something in your source code, it's the
tool that's broken. Before anyone takes this the wrong way, let's
point out that the name "Aldec" here is a placeholder for "any company
whose tool misbehaves in such a way" - it's happened to me with tools
from much bigger companies than Aldec

--
Jonathan Bromley