discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Overruns with hier_block2


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Overruns with hier_block2
Date: Tue, 22 Nov 2011 16:53:24 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1


On 11/22/2011 04:20 PM, Jordan Otomo wrote:
> Hi,
> 
> I'm having issues using the hier_block2.  When I create a flowgraph
> consisting of roughly 12 blocks, I don't get any overruns.  However,
> combining blocks (e.g. source -> hier_block2 -> sink) results in a
> ton of overruns.  The parameters of the individual blocks that have
> been combined into the hier_block2 have not changed.  Does the
> hier_block2 wait for the work function of each of the blocks it
> encompasses to return before producing outputs/requesting more
> inputs?  Any thoughts or advice would be greatly appreciated.
> 

Your saying that a flow graph of *identical* topology has *different*
performance when moving some of the blocks into a hier block?

If thats the case, its hard to believe. The the flow graph is run, its
essentially flattened. There is no difference to the scheduler or
buffers whether or not hierarchical blocks were used.

-josh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]