aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/periph_manager/e31x.py
diff options
context:
space:
mode:
authorAlex Williams <alex.williams@ni.com>2019-09-04 11:08:48 -0700
committerMartin Braun <martin.braun@ettus.com>2019-11-26 12:21:31 -0800
commitf3a86a32944ae68047e6f64369e93a6830742601 (patch)
tree6311b9a070d777bd823f7f1b2e6581acd776d9ac /mpm/python/usrp_mpm/periph_manager/e31x.py
parentcb9329a681552e6ac6277d16e1627afcbb23e637 (diff)
downloaduhd-f3a86a32944ae68047e6f64369e93a6830742601.tar.gz
uhd-f3a86a32944ae68047e6f64369e93a6830742601.tar.bz2
uhd-f3a86a32944ae68047e6f64369e93a6830742601.zip
rfnoc: Unify endianness of transports
Ethernet now uses the same serialization of the RFNoC stream as all the other transports.
Diffstat (limited to 'mpm/python/usrp_mpm/periph_manager/e31x.py')
-rw-r--r--mpm/python/usrp_mpm/periph_manager/e31x.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/periph_manager/e31x.py b/mpm/python/usrp_mpm/periph_manager/e31x.py
index e93cbef25..573e75d55 100644
--- a/mpm/python/usrp_mpm/periph_manager/e31x.py
+++ b/mpm/python/usrp_mpm/periph_manager/e31x.py
@@ -30,7 +30,7 @@ from usrp_mpm import e31x_legacy_eeprom
E310_DEFAULT_CLOCK_SOURCE = 'internal'
E310_DEFAULT_TIME_SOURCE = 'internal'
E310_DEFAULT_ENABLE_FPGPIO = True
-E310_FPGA_COMPAT = (4,0)
+E310_FPGA_COMPAT = (5,0)
E310_DBOARD_SLOT_IDX = 0
###############################################################################