ad6676evb: Connect SYS_REF to GPIO

main
Istvan Csomortani 2016-12-14 17:38:54 +02:00 committed by Csomortani
parent 557efed5d9
commit c0b0f9b7e9
2 changed files with 3 additions and 0 deletions

View File

@ -219,6 +219,7 @@ module system_top (
.I (rx_sysref),
.O (rx_sysref_p),
.OB (rx_sysref_n));
assign rx_sysref = gpio_o[48]
OBUFDS i_obufds_rx_sync (
.I (rx_sync),

View File

@ -193,6 +193,8 @@ module system_top (
.I (rx_sysref),
.O (rx_sysref_p),
.OB (rx_sysref_n));
assign rx_sysref = gpio_o[48];
OBUFDS i_obufds_rx_sync (
.I (rx_sync),