Skip to content

Commit

Permalink
updating surf to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Feb 15, 2024
1 parent eb12d0c commit b0caee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/submodules/surf
Submodule surf updated 43 files
+1 −1 LICENSE.txt
+2 −2 axi/simlink/src/RogueSideBand.c
+2 −2 axi/simlink/src/RogueTcpMemory.c
+2 −2 axi/simlink/src/RogueTcpStream.c
+81 −84 devices/AnalogDevices/ad9249/UltraScale/rtl/Ad9249Deserializer.vhd
+85 −85 devices/AnalogDevices/ad9249/UltraScale/rtl/Ad9249ReadoutGroup.vhd
+582 −0 devices/AnalogDevices/ad9249/UltraScale/rtl/Ad9249ReadoutGroup2.vhd
+28 −27 devices/AnalogDevices/ad9249/tb/Ad9249Group.vhd
+5 −1 devices/AnalogDevices/ruckus.tcl
+114 −272 protocols/pgp/pgp2fc/core/rtl/Pgp2fcAxi.vhd
+87 −99 protocols/pgp/pgp2fc/core/rtl/Pgp2fcLane.vhd
+50 −39 protocols/pgp/pgp2fc/core/rtl/Pgp2fcPkg.vhd
+109 −117 protocols/pgp/pgp2fc/core/rtl/Pgp2fcRx.vhd
+110 −109 protocols/pgp/pgp2fc/core/rtl/Pgp2fcRxPhy.vhd
+162 −170 protocols/pgp/pgp2fc/core/rtl/Pgp2fcTx.vhd
+42 −42 protocols/pgp/pgp2fc/core/rtl/Pgp2fcTxCell.vhd
+126 −121 protocols/pgp/pgp2fc/core/rtl/Pgp2fcTxPhy.vhd
+38 −38 protocols/pgp/pgp2fc/core/rtl/Pgp2fcTxSched.vhd
+4 −4 protocols/pgp/pgp2fc/core/tb/Pgp2fcLane_tb.vhd
+197 −0 protocols/pgp/pgp2fc/core/tb/RoguePgp2fcSim.vhd
+436 −0 protocols/pgp/pgp2fc/gtp7/rtl/Pgp2fcGtp7.vhd
+537 −0 protocols/pgp/pgp2fc/gtp7/rtl/Pgp2fcGtp7Wrapper.vhd
+5 −0 protocols/pgp/pgp2fc/gtp7/ruckus.tcl
+3 −0 protocols/pgp/pgp2fc/gtyUltraScale+/ip/Pgp2fcGtyCore.dcp
+934 −0 protocols/pgp/pgp2fc/gtyUltraScale+/ip/Pgp2fcGtyCore.xci
+3 −0 protocols/pgp/pgp2fc/gtyUltraScale+/ip/reference/PgpGtyCore.dcp
+20 −0 protocols/pgp/pgp2fc/gtyUltraScale+/ip/reference/PgpGtyCore.txt
+1,433 −0 protocols/pgp/pgp2fc/gtyUltraScale+/ip/reference/TimingGty_extref.xci
+1,433 −0 protocols/pgp/pgp2fc/gtyUltraScale+/ip/reference/TimingGty_fixedlat.xci
+1,418 −0 protocols/pgp/pgp2fc/gtyUltraScale+/ip/reference/gty_fc_3p72.xci
+450 −0 protocols/pgp/pgp2fc/gtyUltraScale+/rtl/Pgp2fcGtyCoreWrapper.vhd
+233 −0 protocols/pgp/pgp2fc/gtyUltraScale+/rtl/Pgp2fcGtyUltra.vhd
+14 −0 protocols/pgp/pgp2fc/gtyUltraScale+/ruckus.tcl
+19 −0 protocols/pgp/pgp2fc/ruckus.tcl
+2 −2 protocols/pgp/pgp4/gtp7/rtl/Pgp4Gtp7.vhd
+2 −2 protocols/pgp/pgp4/gtp7/rtl/Pgp4Gtp7Wrapper.vhd
+152 −0 python/surf/devices/analog_devices/_Ad9249.py
+77 −77 python/surf/protocols/pgp/_Pgp2fcAxi.py
+10 −9 python/surf/xilinx/_AxiSysMonUltraScale.py
+186 −0 python/surf/xilinx/_GtRxAlignCheck.py
+5 −4 python/surf/xilinx/_Xadc.py
+1 −0 python/surf/xilinx/__init__.py
+336 −0 xilinx/general/rtl/GtRxAlignCheck.vhd

0 comments on commit b0caee3

Please sign in to comment.