tpircher-zz / pycrc

Free, easy to use Cyclic Redundancy Check (CRC) calculator and source code generator
https://pycrc.org
MIT License
169 stars 36 forks source link

Do not get table output #28

Closed johannes-lode closed 5 years ago

johannes-lode commented 5 years ago

I do not get any code beside the header comment when I call it as follows ./pycrc.py --width=8 --poly=0x07 --xor-in=0 --xor-out=0x55 --reflect-in=false --reflect-out=False --table-idx-width=4 --algorithm=table-driven --generate=table

I ecpected some kind of hex number sequence to be included in my static table (at least v0.7.8 worked this way).

tpircher-zz commented 5 years ago

Thanks Johannes for reporting this. This is fixed in v0.9.2

johannes-lode commented 5 years ago

Thank you for your really quick response. I will test it the next few days. Regards...