Re: [myhdl-list] Completely cryptic assertion failure
Brought to you by:
jandecaluwe
From: Günter D. <dan...@we...> - 2008-08-05 08:19:20
|
Andrew Lentvorski wrote: ... > > # !!! This is the error !!! > return drive_clock, stimulus > > # It should be > return ram_1, drive_clock, stimulus Instead of listing all instances by hand you can use the instances() function: http://www.jandecaluwe.com/Tools/MyHDL/manual/ref-model-misc.html#l2h-59 It collects all instances and returns them as a list. Cheers, Guenter |