链接已复制
7 回复数
I have ASMI connections to EPCS.Int his case,how do I connect(instantiate) SFL?
sfl_inst : SFL PORT MAP ( asdo_in => asmi_access_granted => dclk_in => ncso_in => noe_in => asmi_access_request => data0_out => );I have ASMI block in my design.In this case,how do I connect other pins?
Isee following errors when I disable Share ASMI interface option. Error: Pins ALTERA_DCLK both have the SPI-related DCLK Pin assignment, but only one pin can have this assignment Error: Pins ALTERA_SCE both have the SPI-related SCE Pin assignment, but only one pin can have this assignment Error: Pins ALTERA_SDO both have the SPI-related SDO Pin assignment, but only one pin can have this assignment Error: Pins ALTERA_DATA0 and ALTERA_DATA0 both have the SPI-related Data[0] Pin assignment, but only one pin can have this assignment