Re: [myhdl-list] It should be possible to use a @process decorator wherever you can use @always
Brought to you by:
jandecaluwe
From: Angel E. <ang...@gm...> - 2011-06-02 06:55:17
|
On Wed, Jun 1, 2011 at 11:44 PM, Jan Coombs <jan...@mu...> wrote: > On 01/06/11 21:41, Angel Ezquerra wrote: >> It would be nice if myhdl defined @process as an alias for @always. > . . . > Well, I've only used VHDL before, so am a likely candidate for > persuasion, but, I also get easily confused, so would prefer not to > have extra options, more complex manuals. &c. 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 In the MyHDL package, right after the corresponding decorator definitions. People could continue to code in the exact same way, but we would have a choice to use the Verilog-style or the VHDL-style decorators. A simple mention once in the manual would probably be enough. Cheers, Angel |