On Tue, May 24, 2016 at 05:37:14PM +0100, Peter Maydell wrote: > On 24 May 2016 at 17:32, Edgar E. Iglesias <edgar.igles...@gmail.com> wrote: > > On Tue, May 24, 2016 at 05:26:54PM +0100, Peter Maydell wrote: > >> Do we have to create them in the set function so we can > >> set properties before realize, or could this be deferred > >> to realize time? > > > > Yes, I thought it was recommended to avoid object creation > > in realize. But creating the PRU in realize works too. > > Well, it is recommended, but only in the sense of "prefer to > do it in instance init" :-) I think we prefer not to have > complicated behaviours happening on property-set because it's > a bit unexpected (but sometimes it's necessary if later > property-sets wouldn't work otherwise).
Allright, I'm happy to change it. It definitely simplifies the code. Cheers, Edgar