Re: [myhdl-list] It should be possible to use a @process decorator wherever you can use @always
Brought to you by:
jandecaluwe
From: Günter D. <dan...@we...> - 2011-06-02 07:28:44
|
On 02.06.2011 08:55, Angel Ezquerra wrote: ... > > I am all for simple software an libraries, but I would say that this > addition would hardly make MyHDL more complex. Everything could stay > the same. After all it would just be a matter of doing: > > process = always > process_comb = always_comb ... >From the stand point of implementation it is simple, but how about from the standpoint of users? Think about a new user who is not familiar with any HDL and you explain her she can use either always or process to achieve that? How would that compare to learning a new programming language and the manual tells you that you can create i.e. classes with the keyword 'class' or if you wish also with the keyword 'klasse'. In my opinion that would be very confusing for me if I learn a language new. Cheers, Guenter |