forked from M-Labs/artiq-zynq
downconn FW: fix compile err
This commit is contained in:
parent
1ff9205cc8
commit
40785507e9
@ -11,11 +11,11 @@ pub fn loopback_testing(channel: usize, timer: &mut GlobalTimer, speed: cxp_phys
|
||||
unsafe {
|
||||
info!("waiting for tx&rx setup...");
|
||||
timer.delay_us(50_000);
|
||||
info!(
|
||||
"tx_phaligndone = {} | rx_phaligndone = {}",
|
||||
(CXP[channel].rx_txinit_phaligndone_read)(),
|
||||
(CXP[channel].rx_rxinit_phaligndone_read)(),
|
||||
);
|
||||
// info!(
|
||||
// "tx_phaligndone = {} | rx_phaligndone = {}",
|
||||
// (CXP[channel].rx_txinit_phaligndone_read)(),
|
||||
// (CXP[channel].rx_rxinit_phaligndone_read)(),
|
||||
// );
|
||||
|
||||
// enable txdata tranmission thought MGTXTXP, required by PMA loopback
|
||||
// (CXP[channel].rx_txenable_write)(1);
|
||||
|
Loading…
Reference in New Issue
Block a user