Re: [myhdl-list] cosimulation question
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2012-08-01 01:25:16
|
On 7/31/12 1:24 PM, Geoffrey Brown wrote: > When cosimulating (icarus) if I include the following in my test bench > > raise StopSimulation > > I get the following annoying message: > > > Exception AttributeError: "'NoneType' object has no attribute > '_cosim'" in <bound method Cosimulation.__del__ of > <myhdl._Cosimulation.Cosimulation object at 0x1040db690>> ignored > > > It's not fatal, but I'm doing something wrong. > > Geoffrey > Are you using version 0.7 or the latest from the development branch? I run Cosimulation frequently with cvc, mti, and ncsim. I haven't noticed the above error. Strange timing, last night I was going to post a simply "testbench" template I use for small modules (never hit send). I will post it shortly, will test the cosim see if I get a similar error with icarus. Regards, Chris |