gnuradio / gr-verilog

GNU General Public License v3.0
14 stars 9 forks source link

Merge existing blocks into single block with templates #2

Open dkozel opened 4 years ago

dkozel commented 4 years ago

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.