When I try to use the block with Gnuradio 3.8 (In manjaro and Ubuntu) the program throw the following error.
Traceback (most recent call last):
File "/home/user/pruebas/dsd/dsd.py", line 211, in
main()
File "/home/user/pruebas/dsd/dsd.py", line 189, in main
tb = top_block_cls()
File "/home/user/pruebas/dsd/dsd.py", line 142, in init
self.dsd_block_ff_0 = dsd.dsd_block_ff(dsd.dsd_FRAME_AUTO_DETECT,dsd.dsd_MOD_AUTO_SELECT,3,True,2)
AttributeError: type object 'dsd' has no attribute 'dsd_block_ff'