StanfordVLSI / dragonphy2

Open Source PHY v2
Apache License 2.0
22 stars 2 forks source link

PFD offset calibration loop updates #122

Closed sgherbst closed 3 years ago

sgherbst commented 3 years ago

Summary

This PR is an update to the PFD offset calibration feature, including several new block- and system-level tests. The main implementation change has to do with the update signal used to reset averages and histograms: previously a generated clock signal was involved, but this has now been replaced with a clock enable signal. The result is a simpler synthesis flow, both for the ASIC and for FPGA emulation.

Details