Forum Discussion
CPaul10
New Contributor
5 years agobug of SPI ss_n?
Software version:Quartus Prime Lite Edition 18.1
I would like to let DE0-Nano be a SPI Master to control 3 SPI slave.
I add SPI IP and set ss_n as 3.
After generating verilog file, there is on...
Eliath_G_Intel
Occasional Contributor
5 years agoHi!
First of all, thanks for reaching us,
regarding your question, the reason why it seems to be just one xx_external_SS_n in the *_inst.v file it's because appears as an array, not as individual connections.
if you navigate to Soc_system -> synthesis ->submodule_spi.v you'll find that its declared as 'output wire [2:0] spi_o_external_ss_n'.
Please let me know any questions you may have.
Regards,
-Eliath Guzman
CPaul10
New Contributor
5 years agoThanks for your reply.
I defined the pin as 2 bits, and it works well.
Many thanks.