Hello,
I'm trying to perform some operation in FPGA SCTL(200MHz) by reading a large block memory [Size : 16384]. There is a combinational logic before calling Read Memory node and after read memory.
Code block is shown below,
![memory loop.PNG memory loop.PNG](https://forums.ni.com/t5/image/serverpage/image-id/183166iD840FADF2C6EDB36/image-size/original?v=v2&px=-1)
The same code compiles without timing error if the memory size is small (1024 size for both the memory).
If the memory size is set to 16384 (both memory1, memory2 ), compilation fails with the below non-diagram error message in the timing violation window.
![Timing error.PNG Timing error.PNG](https://forums.ni.com/t5/image/serverpage/image-id/183167i571BF4BD911570C9/image-size/original?v=v2&px=-1)
Non - diagram error 1 :
![non diagram error 1.PNG non diagram error 1.PNG](https://forums.ni.com/t5/image/serverpage/image-id/183168iD4AC038B15272CE2/image-size/original?v=v2&px=-1)
Non - diagram error 2 :
![non diagram 2.PNG non diagram 2.PNG](https://forums.ni.com/t5/image/serverpage/image-id/183169i1042F77EDF2E21A4/image-size/original?v=v2&px=-1)
Please help us to find a best way to handle this.
Target Details : 7962 FlexRIO card is used
LabVIEW version : LabVIEW 2012
Memory type is set to Block Memory. I use "Never arbitrate" option.