Re: [myhdl-list] [RFC/PATCH] constant driver support
Brought to you by:
jandecaluwe
From: Sébastien B. <seb...@mi...> - 2011-09-12 12:26:38
|
On 09/12/2011 06:39 AM, Christopher Felton wrote: >But your patch proposes an alternative method to create > constant drivers, correct? > > Your proposed changes would support something like: > > def testc(y): > @always_comb > def rtl(): > y.next = 5 > > return rtl Yes. |