Re: [myhdl-list] enums and non-local
Brought to you by:
jandecaluwe
From: Jose M. G. C. <ch...@gm...> - 2015-02-11 19:57:25
|
Ups, you are right... Sorry > El 11/2/2015, a las 17:35, Christopher Felton <chr...@gm...> escribió: > > <snip> >> >> You're trying to assign state here: >> >> elif state == t_state.CALC: >> a.next = b >> state = t_state.WAIT >> >> Perhaps you want `state.next = t_state.WAIT`? >> > > Yup, what Henry said. > > Regards, > Chris > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > myhdl-list mailing list > myh...@li... > https://lists.sourceforge.net/lists/listinfo/myhdl-list |