arradio: Remove unused signals

Remove 'ad9361_clk_out' since is not used anymore, fixing in this way 'Warning (21074): Design contains 1 input pin that do not drive logic'
main
stefan.raus 2020-09-22 16:15:55 +01:00 committed by SRaus
parent f2f6422751
commit 1e31b9dd97
2 changed files with 0 additions and 2 deletions

View File

@ -112,7 +112,6 @@ set_instance_assignment -name IO_STANDARD "2.5 V" -to txnrx
set_instance_assignment -name IO_MAXIMUM_TOGGLE_RATE "40 MHz" -to enable set_instance_assignment -name IO_MAXIMUM_TOGGLE_RATE "40 MHz" -to enable
set_instance_assignment -name IO_MAXIMUM_TOGGLE_RATE "40 MHz" -to txnrx set_instance_assignment -name IO_MAXIMUM_TOGGLE_RATE "40 MHz" -to txnrx
set_location_assignment PIN_AA26 -to ad9361_clk_out ; ## HSMC_CLKIN_p1 P201.96
set_location_assignment PIN_C4 -to ad9361_resetb ; ## HSMC_TX_n3 P201.67 set_location_assignment PIN_C4 -to ad9361_resetb ; ## HSMC_TX_n3 P201.67
set_location_assignment PIN_C5 -to ad9361_en_agc ; ## HSMC_TX_p4 P201.71 set_location_assignment PIN_C5 -to ad9361_en_agc ; ## HSMC_TX_p4 P201.71
set_location_assignment PIN_D5 -to ad9361_sync ; ## HSMC_TX_n4 P201.73 set_location_assignment PIN_D5 -to ad9361_sync ; ## HSMC_TX_n4 P201.73

View File

@ -134,7 +134,6 @@ module system_top (
output [ 3:0] gpio_ctl, output [ 3:0] gpio_ctl,
input [ 7:0] gpio_status, input [ 7:0] gpio_status,
input ad9361_clk_out,
output ad9361_resetb, output ad9361_resetb,
output ad9361_en_agc, output ad9361_en_agc,
output ad9361_sync, output ad9361_sync,