To work around this issue, use the "user_wdfifo_full" signal instead of the delayed version "user_wdfifo_r" in example_top.v.
To implement the work around, open example_top.v and change Line 715 to:
.memc_wr_full (user_wdfifo_afull_r),
Revision History
10/16/2012 - Initial release