Re: [myhdl-list] emulate always_seq decorator
Brought to you by:
jandecaluwe
From: Marcel H. <ke...@co...> - 2013-12-27 18:54:19
|
On 27.12.2013 17:25, Jan Decaluwe wrote: > On 12/27/2013 09:01 AM, Marcel Hellwig wrote: >> Hi everyone, >> >> one of my devices is using yield a lot (state machine), but the >> decorators don't support generator functions. > > The @instance decorator does. Why not simply use that? > > Also, dynamic sensitivity lists are not supported in conversion. > > Jan As you might see, I use @instance atm. But the problem is, that I have a reset signal and a clk signal, I want to use them both. But how does the orignal always_seq is translated to vhdl code? Also, why is there the restriction, that you cannot use a generator function for @always... ? Marcel |