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-apps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2b3763091d18
Choose a base ref
...
head repository: ngscopeclient/scopehal-apps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b610b227dcbb
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 6, 2021

  1. Copy the full SHA
    15707e1 View commit details
  2. Copy the full SHA
    b610b22 View commit details
Showing with 92 additions and 1 deletion.
  1. +1 −1 lib
  2. +1 −0 src/glscopeclient/ChannelPropertiesDialog.cpp
  3. +45 −0 src/glscopeclient/masks/kintex7-oversampling-rx.yml
  4. +45 −0 src/glscopeclient/masks/kintex7-rx.yml
2 changes: 1 addition & 1 deletion lib
1 change: 1 addition & 0 deletions src/glscopeclient/ChannelPropertiesDialog.cpp
Original file line number Diff line number Diff line change
@@ -52,6 +52,7 @@ ChannelPropertiesDialog::ChannelPropertiesDialog(
, m_hasFrequency(false)
, m_hasBandwidth(false)
, m_hasDeskew(false)
, m_hasAttenuation(false)
, m_hasInvert(false)
{
add_button("OK", Gtk::RESPONSE_OK);
45 changes: 45 additions & 0 deletions src/glscopeclient/masks/kintex7-oversampling-rx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
protocol:
name: Kintex-7 4x oversampling RX (1.25 Gbps)
reference: XAPP523, DS182
displaylimits:
ymin: -650
ymax: 650
units:
xscale: ui
yscale: mv
mask:

# Need minimum 100 mV differential amplitude per DS182 table 2
# XAPP523 calls for 0.625 UI eye opening
- points:
- x: -0.3125
y: -50
- x: -0.3125
y: 50
- x: 0.3125
y: 50
- x: 0.3125
y: -50

# Max differential amplitude 600 mV per DS182 table 12
- points:
- x: -2
y: -600
- x: 2
y: -600
- x: 2
y: -650
- x: -2
y: -650

- points:
- x: -2
y: 600
- x: 2
y: 600
- x: 2
y: 650
- x: -2
y: 650
conditions:
hitrate: 5.0e-5
45 changes: 45 additions & 0 deletions src/glscopeclient/masks/kintex7-rx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
protocol:
name: Kintex-7 synchronous RX (1.25 Gbps)
reference: DS182
displaylimits:
ymin: -650
ymax: 650
units:
xscale: ui
yscale: mv
mask:

# Need minimum 100 mV differential amplitude per DS182 table 2
# To ensure we have one valid sample in the middle of the eye,
- points:
- x: -0.25
y: -50
- x: -0.25
y: 50
- x: 0.25
y: 50
- x: 0.25
y: -50

# Max differential amplitude 600 mV per DS182 table 12
- points:
- x: -2
y: -600
- x: 2
y: -600
- x: 2
y: -650
- x: -2
y: -650

- points:
- x: -2
y: 600
- x: 2
y: 600
- x: 2
y: 650
- x: -2
y: 650
conditions:
hitrate: 5.0e-5