On Jun 14, 11:37*pm, KJ <kkjenni...@sbcglobal.net> wrote:
> On Jun 14, 5:23*pm, alivingstone <alivingst...@gmail.com> wrote:
>
> > On Jun 13, 3:38*pm, KJ <kkjenni...@sbcglobal.net> wrote:> On Jun 13, 11:49*am, alivingstone <alivingst...@gmail.com> wrote:
>
> > > > I think this may be a common problem for the pros out there...
>
> > KJ-
>
> > That sounds do-able. Is there a slick way to pass the testbench an
> > argument so that it can generate the correct simulation without having
Thanks KJ. Looks like I can set a generic string "SimType" and just
send in the desired simulation type using the -g or -G switch in vsim.
> > to manually update the file?
>
> Simulators will let you set top level generics. *If you're using
> Modelsim, then start it up and type 'vsim' <enter>. *That will display
> a dialog box that (among other things) lets you specify top level
> generics. *If you consider that slick, then use that method.
>
> If not, then after you have the generics set up in the dialog box, hit
> return and the resulting command line will be echoed into the
> transcript window and the simulator will be started. *Copy and paste
> that command into whatever form you would consider to be slick.
>
> KJ
|