Forum Discussion
Hi,
We do not receive any response from you to the previous question/reply/answer that I have provided. This thread will be transitioned to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you.
Best regards,
KhaiY
Thank you for the additional information. However, I'm afraid my question still has not been answered:
According to my VGAController.sv file, there should be a chain of components like this:
"a) dataH <-- iDataCopy <-- dataIncoming <-- iData
But what I see inside the RTL Viewer is this:
b) dataH <-- iData
Where did iDataCopy and dataIncoming go??
Has the compiler has optimized my design in such a way that it no longer works?? How can I ensure that my chain is synthesized as I expected it to be in (a) above?"