Forum Discussion
Altera_Forum
Honored Contributor
7 years agoAs you can see it in the RTL view, MOSI signal is not binded.
Your code tries to invert the output signal in the output signal, you never use the input signal. To make a very simple inverted loopback, you should invert the mosi signal. miso <= ~mosi;