gr-verilog icon indicating copy to clipboard operation
gr-verilog copied to clipboard

Merge existing blocks into single block with templates

Open dkozel opened this issue 5 years ago • 0 comments

Current Byte, Short, Int, Float, and Complex data types are supported through different blocks and files, but the code is almost identical between them. Following the pattern of other GNU Radio blocks we can merge these to reduce code duplication and make future development easier.

dkozel avatar May 04 '20 09:05 dkozel