add pll configuration and tx reset
1 unresolved thread
1 unresolved thread
add the reset b2l function and pll configuration to regconfig.cpp, added the status of PLL to statlink.cpp
Merge request reports
Activity
103 109 pcie40_run_number(dev_slot), 104 110 D(pcie40_sta, 28, 17), 105 111 pcie40_trg_type(dev_slot)); 106 printf("rxlink: %s | txlink: %s | txlink: %s | rxdisp: %s | rxdata: %s\n", 112 printf("PLLs:%s | rxlink: %s | txlink: %s | txlink: %s | rxdisp: %s | rxdata: %s\n", 113 (pcie40_pllLockStatus(dev_slot, 1)&&pcie40_pllLockStatus(dev_slot, 2)&&pcie40_pllLockStatus(dev_slot, 3))?"LOCKED":"NOT LOCKED", By robbep (robbe@lal.in2p3.fr)
Are you sure this does what you want ? The function returns a frequency, not a status
Please register or sign in to reply