Hi
I have a bit of code that finds an OOT module, eg.
auto siggen_blocks = graph->find_blocks<rfnoc:: …
How can I first check that another instance is not already accessing these block? Calling this function causes a segmentation fault when another instance is already using it. It would be nice to handle this more gracefully.
thank you
M.
Hi
I have a bit of code that finds an OOT module, eg.
auto siggen_blocks = graph->find_blocks<rfnoc:: …
How can I first check that another instance is not already accessing these block? Calling this function causes a segmentation fault when another instance is already using it. It would be nice to handle this more gracefully.
thank you
M.