Re: [myhdl-list] a few questions relating to recursive designs
Brought to you by:
jandecaluwe
From: Felton C. <chr...@gm...> - 2009-05-14 14:03:59
|
> > 2) It appears that to work with lists of signals, one must ensure > that at the > instance level the list has been unpacked into individual > signals and at > the top level these lists are built from individual signals. > Is this correct ? > Here would be a possible approach, using the list of signals using your recursive approach. There is an issue with it but I thought I would share my variant in any case, ran out of time to spend on it. |