Re: [myhdl-list] always_comb sensitivity list bug?
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2009-07-17 18:47:17
|
Ignore the previous post, I ran across this error with an older release. I tested with the latest release and it is working fine. Sorry for any confusion. On Fri, Jul 17, 2009 at 9:26 AM, Felton Christopher <chr...@gm...>wrote: > if you have a simple always_comb generator > > @always_comb > def rtl_addr(): > addr.next = concat(addr_hi, addr_lo) > > you will get an error (in simulation) that the sensitivity list is empty. > The analyze (??) code must not be able to determine the signals inside of a > function? > > Chris > |