Skip to content
Snippets Groups Projects

add pll configuration and tx reset

Merged Qidong Zhou requested to merge monitoring into master
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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",
Please register or sign in to reply
Loading