Re: [myhdl-list] Wrapper for shadow signal
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2015-04-20 17:15:23
|
On 4/20/2015 11:47 AM, Christopher Felton wrote: > On 4/20/2015 10:01 AM, Edward Vidal wrote: >> Hello All, >> The module m_flatten is used to construct a144 bit signal from 16 9 bit signals. > > I believe the issue is, nothing is driving the `matrix`. > During conversion there is nothing to assign to the > Signals referenced (shadowed). > I created this example that might help. Note, I created it very quickly. The SignalMatrix can only be accessed in the elaboration code, you can access the SignalMatrix directly in the myhdl generators. https://gist.github.com/cfelton/f6a1a1e0cfb2204cd2ee You would want to apply a test similar to the previous. Regards, Chris |