bug-gnu-electric
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Good Schematic in 6.0 that crashes in 7.0


From: Steven Rubin
Subject: Re: Good Schematic in 6.0 that crashes in 7.0
Date: Sun, 05 Sep 2004 08:45:52 -0700

At 07:09 PM 9/4/2004, you wrote:
I am having a problem with version 7.0.
I have a schematic that I created in 6.0 that works fine, but crashes in 7.0.
As best as I can determine, the error occurs when I have a bus as
an export and I start the ALS simulator.
I have attached the elib that causes this error.
The top level schematic crashes when I run the simulator, but the schematics
that are lower down in the heirarchy work fine in the simlator.

Thanks for the bug report.  Here is the fix:

(1) In the module "simwindow.c", routine "sim_window_newtrace()", remove the call to the routine "sim_window_redraw()".

(2) In the module "irsimanalyzer.c", routine "irsim_showcurrentlevel()", uncomment the call at the end to "sim_window_redraw()".

(3) In the same module, "irsimanalyzer.c", routine "irsim_adddisplayedsignal()", add a call to "sim_window_redraw()" at the very end.

(4) In the module "simverilog.c", routine "sim_veraddhighlightednet()", add a call to "sim_window_redraw()" at the very end.

   -Steven Rubin

reply via email to

[Prev in Thread] Current Thread [Next in Thread]