On Jun 20, 3:21 am, "ALu...@web.de" <ALu...@web.de> wrote:
> Hi newsgroup,
>
> I have variables used in a procedure defined in a package. A process
> in a testbench module is calling that
> procedure.
> When marking the package in Modelsim and opening the "Locals" window I
> do not see any variables.
>
> Is there some way to make them visible ?
>
> Rgds,
> Andre
I'm not sure about this, but I believe that if you go through the
package, then there is no scope to associate with the procedure. You
need to drive down through the procedure call in your code to get into
the procedure body, so that the simulator knows for which instance you
need the local variables.
Andy
|