Skip to content
Snippets Groups Projects
Commit 64f59267 authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

python tool

parent f875a7e6
No related branches found
No related tags found
No related merge requests found
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
# #
############################################################################### ###############################################################################
"""Test case for util_unb2_jesd """Test case for unb2_jesd
Quickly get started, try this: python util_unb2_jesd.py --unb 1 --fn 0 --seq JESD Quickly get started, try this: python util_unb2.py --unb 1 --fn 0 --seq JESD
Usage: Usage:
...@@ -37,6 +37,10 @@ Description: ...@@ -37,6 +37,10 @@ Description:
- write to wdi to force reload from bank 0 - write to wdi to force reload from bank 0
- flash access: write image to bank 1 - flash access: write image to bank 1
- remote update: start image in bank 1 - remote update: start image in bank 1
- read status MAC 10GbE
- read status PHY XAUI
- BG - DB tests for 1 port on 1 FPGA
- BG - DB tests for all ports on all FPGAs
- link test between ports on the same FPGA (same XO) - link test between ports on the same FPGA (same XO)
- link test between ports on different Uniboards (XO drift) - link test between ports on different Uniboards (XO drift)
- stable link after image restart - stable link after image restart
...@@ -110,7 +114,7 @@ def test_JESD(tc,io,cmd): ...@@ -110,7 +114,7 @@ def test_JESD(tc,io,cmd):
toggle+=1 toggle+=1
toggle&=1 toggle&=1
plt.plot(samples[:100]) plt.plot(samples) #[:100])
plt.show() plt.show()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment