From f3a86a32944ae68047e6f64369e93a6830742601 Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Wed, 4 Sep 2019 11:08:48 -0700 Subject: rfnoc: Unify endianness of transports Ethernet now uses the same serialization of the RFNoC stream as all the other transports. --- mpm/python/usrp_mpm/periph_manager/e31x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpm/python/usrp_mpm/periph_manager/e31x.py') 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 ############################################################################### -- cgit v1.2.3