Forum Discussion
Altera_Forum
Honored Contributor
19 years agoYou should get four signals at the top level:
sclk (serial clock) mosi (master out slave in) --> so if you use a SPI master in SOPC Builder this is your serial output miso (master in slave out) --> so if you use a SPI master in SOPC Builder this is your serial input ss/ss_n (slave select) So if the component you are trying to talk to can only do reads for example you don't need to use the mosi signal (your component can't do anything with the data).