Re: [Milkymist-devel] [PATCH] genlib/coding.py: binary vs. one-hot, priority coding

2013-06-29 Thread Robert Jördens
A little cleanup. The nested Elif() was looking a bit messy. Robert. On Fri, Jun 28, 2013 at 7:20 AM, Sébastien Bourdeauducq wrote: > Merged, thanks. > > > On 06/27/2013 09:58 PM, Robert Jördens wrote: >> >> This one adds binary/priority/one-hot encoders and decoders. The >> modules are admittedl

[Milkymist-devel] [PATCH] genlib/coding.py: binary vs. one-hot, priority coding

2013-06-27 Thread Robert Jördens
This one adds binary/priority/one-hot encoders and decoders. The modules are admittedly very simple but calling well know patterns by their names and making sure they have a working reference implementation should be valuable enough. -- Robert Jordens. 0001-genlib-coding.py-binary-vs.-one-hot-pr