summaryrefslogtreecommitdiff
path: root/gr-digital/python/digital/qa_crc32_bb.py
Commit message (Collapse)AuthorAgeFilesLines
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-9/+14
| | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-301-1/+1
|
* digital: add pybind11 bindingsJosh Morman2020-06-041-6/+6
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-17/+24
|\
| * digital: handle unpacked bytes correctly in CRC32_bbAndrej Rode2018-07-121-7/+42
| |
| * python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-6/+7
| |
* | digital: fix PEP8 in qa_crc32_bbAndrej Rode2018-02-081-156/+117
| |
* | crc32: add test with length 35Andrej Rode2018-02-081-0/+30
| |
* | digital: handle unpacked bytes correctly in CRC32_bbAndrej Rode2018-02-081-7/+42
|/
* digital: added an option to the crc32_bb block that adds the unpacked CRC to ↵Felix Wunsch2015-07-201-0/+130
| | | | the bit stream
* digital: updated some QAs to use proper tsb functionsMartin Braun2014-05-201-49/+62
|
* digital: qa_crc32_bb update crc32 to the correct value for standard crc-32Tim O'Shea2013-06-051-1/+1
|
* Merged in next_docs branch.Ben Reynwar2013-05-191-10/+10
|
* Merged next into uninstalled import branch.Ben Reynwar2013-04-021-0/+147