Mistake in frontpanel user manual for okBufferedPipeOut

In the verilog instantiation code for okBufferedPipeOut (p.30)

[FONT=“Courier New”].ep_read(pipeRead),[/FONT]

should be replaced with:

[FONT=“Courier New”].ep_write(pipeWrite),[/FONT]

Fixed (for the next release)… Thanks!