S
schellho
Guest
I'm trying to debug this error message that I get while compiling my
design using icarus:
RUNNING FUNCTORS
-F cprop ...
-F nodangle ...
... 1 iterations deleted 4713 dangling signals and 817 events.
(count=2121)
... 2 iterations deleted 4713 dangling signals and 817 events.
(count=0)
... done, 0.15 seconds.
CODE GENERATION -t dll
... invoking target_design
ivl: vector.c:86: allocate_vector: Assertion `(base + idx) <
(256*1024)' failed.
Any ideas about what this means or how I could locate the cause? It
kind of looks like a large vector is being created and the operation
fails because it's too big.
Mark
design using icarus:
RUNNING FUNCTORS
-F cprop ...
-F nodangle ...
... 1 iterations deleted 4713 dangling signals and 817 events.
(count=2121)
... 2 iterations deleted 4713 dangling signals and 817 events.
(count=0)
... done, 0.15 seconds.
CODE GENERATION -t dll
... invoking target_design
ivl: vector.c:86: allocate_vector: Assertion `(base + idx) <
(256*1024)' failed.
Any ideas about what this means or how I could locate the cause? It
kind of looks like a large vector is being created and the operation
fails because it's too big.
Mark