[myhdl-list] always_comb sensitivity list bug?
Brought to you by:
jandecaluwe
|
From: Felton C. <chr...@gm...> - 2009-07-17 14:26:31
|
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
|