Re: [myhdl-list] attribute enum_encoding: string;
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2013-09-05 11:10:14
|
On 9/4/13 11:49 PM, Angel Ezquerra wrote: > Chris, > > I have not followed this in much detail so please excuse me if this is > obvious: Is this "enum" a MyHDL class? I ask because Python 3 will get > a builtin enum class. I think we should make sure that we make it > possible to use it if MyHDL is ever ported to Python 3. > > Cheers, > > Angel > > Yes, the "enum" is from the MyHDL package. Something might need to be done to be compatible with the latest version of Python 3 when we get there :) Regards, Chris |