Re: [myhdl-list] combining values in signals
Brought to you by:
jandecaluwe
From: Edward V. <dev...@sb...> - 2015-03-03 20:09:24
|
Josy r is not a Signal it is a sub band of an image it started out as list. See github develone/jpeg-2000-test/jpeg2k/parellel_jpeg/test_bench_array_jpeg.py typing on cell might ha have error. Regards thanks ------------------------------ On Tue, Mar 3, 2015 12:34 PM CST Josy Boelen wrote: >I didn't do it exactly right: >it should be like this: >lft_s_i = ConcatSignal( *reversed( [ r[row - 1][col], r[row + 3 + i * 2] >[col] for i in range(15)] )) > >You can, of course, also spell out the list in the call: >lft_s_i = ConcatSignal( r[row + 31][col], r[row + 29][col], ... , r[row + >3][col], r[row - 1][col] ) > >Regards, > >Josy > > >------------------------------------------------------------------------------ >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 |