Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ngscopeclient/scopehal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7887aa488274
Choose a base ref
...
head repository: ngscopeclient/scopehal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e00767ee9839
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 30, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e00767e View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 scopeprotocols/ClockRecoveryFilter.cpp
2 changes: 1 addition & 1 deletion scopeprotocols/ClockRecoveryFilter.cpp
Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@ void ClockRecoveryFilter::Refresh()
//Convert nominal baud period to ps
//Round nominal period to nearest ps, but use the floating point value for the CDR PLL
float period = 1.0e12f / m_parameters[m_baudname].GetFloatVal();
int64_t ps = round(ps);
int64_t ps = round(period);
m_nominalPeriod = ps;

//Create the output waveform and copy our timescales