From: Andy Peters on
On Mar 22, 10:06 am, rickman <gnu...(a)gmail.com> wrote:
> Charles,
>
> Thanks for the reply.  I understand how to change the generic
> parameters.  The problem is that they aren't used until I stop the
> simulation.  Using the restart control or even recompiling doesn't
> seem to load the new values unless I actually use the "stop
> simulation" control.
>
> I guess I'm used to the GUI understanding things like this and when I
> update a generic I expect the tool to do what it takes to have it take
> effect.

Yeah, that's an Aldec annoyance -- you must stop the current
simulation and then initialize it again with the new generics.

If you go the do-file or tcl-script route, you must still stop the
current simulation before executing your script.

-a