[myhdl-list] Re: check for "signal.next == value"
Brought to you by:
jandecaluwe
From: Jan D. <ja...@ja...> - 2006-02-25 07:50:36
|
George Pantazopoulos wrote: > Hi Jan, > > Could you add a check for accidental use of "signal.next == value" > instead of "signal.next = value" ? It saves time to have it caught at > the myHDL level. This is the type of problem (not specific to MyHDL) that pychecker can find: http://pychecker.sourceforge.net/ I don't use pychecker regularly, but I think I should. Also, it might be useful to come up with some settings for the MyHDL case (e.g. to ignore the myhdl package itself). Jan -- Jan Decaluwe - Resources bvba - http://www.jandecaluwe.com Losbergenlaan 16, B-3010 Leuven, Belgium From Python to silicon: http://myhdl.jandecaluwe.com |