First Report

Weekly Report

Posted by Bowen on May 12, 2019

Hi, This is my first report since GSoC started.


Progress this week

I have set up the working environment and read some tutorials for GNU Radio development in the last few days.

My current working environment is Ubuntu 18.04 LTS installed GNU Radio version 3.7.11 by apt, but I am considering switch to newest Ubuntu 19.04 which shipped with GNU Radio version 3.7.13 by apt.

I am following the tutorial and created my first module gr-howto (This may not be a good name, so I will change the module name in the coming week). I will continue to read tutorials, hopefully I could finish them (from chapter 2 to chapter 7) in the next week.

I also managed to run the simulation of a simple Verilog module with Verilator, it works as anticipated, you can find it here. This is just a standalone simulation program, in order to let the GNU Radio work with the Verilator-generated file, there are much work to do.

Plan next week

Finish all the tutorials from chapter 2 to chapter 7.

Try to make the Verilator related header file available in GNU Radio blocks. A source block like this (flicker.v) would be a good start.

Issue(s)

The module name gr-howto need to be changed.


See you next week.