ad_fmclidar_ebz: Fix AFE's SPI interface connection
parent
3290838743
commit
ea158ee42b
|
@ -91,7 +91,7 @@ set_property -dict {PACKAGE_PIN AF20 IOSTANDARD LVCMOS25} [get_ports afe_dac_
|
|||
set_property -dict {PACKAGE_PIN AG20 IOSTANDARD LVCMOS25} [get_ports afe_adc_sclk] ; ## G07 FMC_HPC_LA00_CC_N
|
||||
set_property -dict {PACKAGE_PIN AF19 IOSTANDARD LVCMOS25} [get_ports afe_adc_scn] ; ## G12 FMC_HPC_LA08_P
|
||||
set_property -dict {PACKAGE_PIN AG19 IOSTANDARD LVCMOS25} [get_ports afe_adc_convst] ; ## G13 FMC_HPC_LA08_N
|
||||
set_property -dict {PACKAGE_PIN AF23 IOSTANDARD LVCMOS25} [get_ports afe_adc_sdo] ; ## G15 FMC_HPC_LA12_P
|
||||
set_property -dict {PACKAGE_PIN AF23 IOSTANDARD LVCMOS25} [get_ports afe_adc_sdi] ; ## G15 FMC_HPC_LA12_P
|
||||
|
||||
# clocks
|
||||
|
||||
|
|
|
@ -121,7 +121,7 @@ module system_top (
|
|||
|
||||
output afe_adc_sclk,
|
||||
output afe_adc_scn,
|
||||
output afe_adc_sdo,
|
||||
input afe_adc_sdi,
|
||||
output afe_adc_convst,
|
||||
|
||||
// Laser driver differential line
|
||||
|
@ -303,7 +303,7 @@ module system_top (
|
|||
.spi_afe_adc_clk_i (1'b0),
|
||||
.spi_afe_adc_clk_o (afe_adc_sclk),
|
||||
.spi_afe_adc_sdo_i (1'b0),
|
||||
.spi_afe_adc_sdo_o (afe_adc_sdo),
|
||||
.spi_afe_adc_sdi_i (1'b0));
|
||||
.spi_afe_adc_sdo_o (),
|
||||
.spi_afe_adc_sdi_i (afe_adc_sdi));
|
||||
|
||||
endmodule
|
||||
|
|
Loading…
Reference in New Issue