I am looking at this code, from your latest release:
FrontPanel-FC5-3.0.8/Samples/RAMTester/XEM3001v2-Verilog
My ISE barfs on the instantiations of:
okBufferedPipeIn
okBufferedPipeOut
Here are the messages:
ERROR:HDLCompilers:87 - “ramtest.v” line 298 Could not find module/primitive ‘okBufferedPipeIn’
ERROR:HDLCompilers:87 - “ramtest.v” line 302 Could not find module/primitive ‘okBufferedPipeOut’
ERROR:HDLCompilers:87 - “ramtest.v” line 308 Could not find module/primitive ‘okBufferedPipeIn’
ERROR:HDLCompilers:87 - “ramtest.v” line 312 Could not find module/primitive ‘okBufferedPipeOut’
From the FP UM doc, there is a big red deprecation notice and a suggestion to work around the decision. Unfortunately, the Samples directory does not provide a working example.
Do you have an updated RAMTester example I can use to show that our XEM3001v2+RAM3001 is operating correctly?
Thank you!