From 1bd5f44de5485aa835999ee7a6c65ea6836953d1 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 27 Oct 2016 14:51:02 -0700 Subject: rfnoc: Removed transport endianness as make arg This is only confusing, since the blocks do not have to care about endianness. The control interface needs to know (and takes care of it internally), and the streaming transport does the same (and does not directly connect to blocks). Reviewed-By: Michael West --- host/lib/rfnoc/block_ctrl_base.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'host/lib/rfnoc') diff --git a/host/lib/rfnoc/block_ctrl_base.cpp b/host/lib/rfnoc/block_ctrl_base.cpp index c273fa76b..20299a3c3 100644 --- a/host/lib/rfnoc/block_ctrl_base.cpp +++ b/host/lib/rfnoc/block_ctrl_base.cpp @@ -48,7 +48,6 @@ inline uint32_t _sr_to_addr64(uint32_t reg) { return reg * 8; }; // for peek64 block_ctrl_base::block_ctrl_base( const make_args_t &make_args ) : _tree(make_args.tree), - _transport_is_big_endian(make_args.is_big_endian), _ctrl_ifaces(make_args.ctrl_ifaces), _base_address(make_args.base_address & 0xFFF0) { -- cgit v1.2.3