Re: [myhdl-list] List Of Constants
Brought to you by:
jandecaluwe
From: Josy B. <jos...@gm...> - 2015-03-15 19:12:30
|
Henry Gomersall <heng <at> cantab.net> writes: > > Hi Josy, > > Would you mind creating a gist ( https://gist.github.com/ ) of this? I'm > struggling to extract the lines from the email (it gets munged at > various points) > > Forgive me if I've missed something, are you trying to do something more > involved that a LUT? I'm using lists of bools and ints with an index > referencing into them, which convert just fine, though it might not be > quite your problem. > > Cheers, > > Henry > Henry, thanks for the attention, I created a gist: https://gist.github.com/josyb/af6b7809d976b2559ae4 The _example_ is distilled from a RGB to YCrCb converter, but the method will also be useful in convolution filters (edge detectors etc.) and other matrix-like operations. Regards, Josy |