[myhdl-list] Re: always_comb / signal array
Brought to you by:
jandecaluwe
From: David B. <dav...@fr...> - 2004-11-19 09:16:59
|
Selon David Brochart <dav...@fr...>: > It seems that "always_comb" doesn"t work when an input is an array of > signals, > while it works fine with the "while 1 / yield" structure. > > David. > Actually, according to previous threads I read, I am not sure if it shoul= d even work with the "while 1 / yield" structure, because generators only deal w= ith signals, not lists of signals. Jan, could you clarify this point? David. |