ad6676evb: Connect SYS_REF to GPIO
parent
557efed5d9
commit
c0b0f9b7e9
|
@ -219,6 +219,7 @@ module system_top (
|
||||||
.I (rx_sysref),
|
.I (rx_sysref),
|
||||||
.O (rx_sysref_p),
|
.O (rx_sysref_p),
|
||||||
.OB (rx_sysref_n));
|
.OB (rx_sysref_n));
|
||||||
|
assign rx_sysref = gpio_o[48]
|
||||||
|
|
||||||
OBUFDS i_obufds_rx_sync (
|
OBUFDS i_obufds_rx_sync (
|
||||||
.I (rx_sync),
|
.I (rx_sync),
|
||||||
|
|
|
@ -193,6 +193,8 @@ module system_top (
|
||||||
.I (rx_sysref),
|
.I (rx_sysref),
|
||||||
.O (rx_sysref_p),
|
.O (rx_sysref_p),
|
||||||
.OB (rx_sysref_n));
|
.OB (rx_sysref_n));
|
||||||
|
assign rx_sysref = gpio_o[48];
|
||||||
|
|
||||||
|
|
||||||
OBUFDS i_obufds_rx_sync (
|
OBUFDS i_obufds_rx_sync (
|
||||||
.I (rx_sync),
|
.I (rx_sync),
|
||||||
|
|
Loading…
Reference in New Issue