Re: [myhdl-list] Reusability and encapsulation
Brought to you by:
jandecaluwe
From: Juan P. C. <jp...@gm...> - 2015-05-05 13:31:33
|
I think I installed it from the Ubuntu 12.04 repository. Is there a variable containing the version number or should I look in the code? Thanks, JP On Mon, May 4, 2015 at 11:08 AM, Christopher Felton <chr...@gm...> wrote: > On 5/3/2015 11:11 AM, Juan Pablo Caram wrote: > > You will at least get the error: > > > > TraceSignalsError: Cannot trace multiple instances simultaneously > > > > > > if you try to run the line: > > > > Simulation(traceSignals(_test)).run() > > > > > > a second time without restarting the kernel. > > The fourth code cell can be run multiple times > without restarting the kernel. You are saying, if > the line where Simulation(...) occurs is repeated > twice it fails? > > print("call simulation first time ...") > Simulation(traceSignals(_test)).run() > print("call simulation second time ...") > Simulation(traceSignals(_test)).run() > > It does not fail with the version I have? The above > works fine. > > call simulation first time ... > The note has a tone at 1200.000 and 4000.000 > call simulation second time ... > The note has a tone at 1200.000 and 4000.000 > > I am not following what fails and how? > > Regards, > Chris > > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > myhdl-list mailing list > myh...@li... > https://lists.sourceforge.net/lists/listinfo/myhdl-list > |