Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • If I understand that correctly, you are splitting the input into o1 and o2, and copying o2 to o3. So why do you need o3? Why not just use o2 directly?
    – Chloe
    Commented Sep 28, 2018 at 23:26
  • 1
    @Chloe Did you see the fifo filter operation between o2 and o3? To avoid the Buffer queue overflow warning.
    – alijandro
    Commented Oct 23, 2018 at 1:45