From ba47770d84e4a463efc94a1c6f6e15284376e11b Mon Sep 17 00:00:00 2001 From: Sugandha Gupta Date: Wed, 5 Dec 2018 15:23:31 -0800 Subject: uhd: Fix log statement for Port number on RFNOC block CE is display in decimal format and Port number will be displayed in Hex, as it represents Block Port on the crossbar --- host/lib/usrp/device3/device3_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/lib/usrp/device3/device3_impl.cpp b/host/lib/usrp/device3/device3_impl.cpp index fb74d4712..5705d6a84 100644 --- a/host/lib/usrp/device3/device3_impl.cpp +++ b/host/lib/usrp/device3/device3_impl.cpp @@ -164,7 +164,7 @@ void device3_impl::enumerate_rfnoc_blocks( )); uhd::rfnoc::ctrl_iface::sptr ctrl1 = uhd::rfnoc::ctrl_iface::make( xport1, - str(boost::format("CE_%02d_Port_%02d") % i % ctrl_sid.get_dst_endpoint()) + str(boost::format("CE_%02d_Port_%02X") % i % ctrl_sid.get_dst_endpoint()) ); make_args.ctrl_ifaces[port_number] = ctrl1; } -- cgit v1.2.3