aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc
Commit message (Expand)AuthorAgeFilesLines
* formatting: remove vim hints in headersBrent Stapleton2019-01-164-4/+0
* RFNoC: Fix stream command propagationmichael-west2018-12-201-1/+1
* RFNoC: Fix graph traversalmichael-west2018-12-193-14/+16
* Device3: Fix block control flushingBrent Stapleton2018-12-171-18/+25
* Device3: Set default block control response SIDsBrent Stapleton2018-12-171-0/+4
* rfnoc: Add halt to replay APIWade Fife2018-11-271-0/+4
* rfnoc: Fix default SPP for replayWade Fife2018-11-271-4/+3
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-4/+4
* rfnoc: Replace some [] with .at() in radio_ctrl_implMartin Braun2018-11-131-8/+8
* block_ctrl_base: add UHD_SAFE_CALL to destructorTrung Tran2018-10-241-13/+15
* uhd: Add traffic counter to null source sinkCiro Nishiguchi2018-10-111-0/+19
* uhd: Fix rounding in ddc/duc rate calculationCiro Nishiguchi2018-10-052-2/+2
* uhd: rfnoc: add async message handlerTrung Tran2018-09-143-4/+201
* radio_ctrl: add disable time stampTrung Tran2018-09-141-0/+8
* RFNoC: Add Replay API and exampleWade Fife2018-08-292-0/+184
* RFNoC: Convert SR_READBACK_REG_FIFOSIZE to bytesTrung N Tran2018-08-221-3/+1
* X300: Change Ethernet bufferingMichael West2018-07-253-9/+10
* Device3: Change packet-based flow control to byte-based flow controlMartin Braun2018-07-255-41/+47
* rfnoc: Enabled SW flush mechanism impl'd in noc_shellAshish Chaudhari2018-07-241-2/+84
* rfnoc: legacy_compat: Remove superfluous variableMartin Braun2018-07-231-1/+0
* legacy_compat: Fix tx/rx channel map initialization for all channelsSugandha Gupta2018-07-091-5/+14
* UHD: Make ctrl_iface_impl deconstructor virtualMartin Braun2018-06-221-1/+1
* UHD: Update copyright datesMartin Braun2018-06-222-2/+2
* RFNoC: Add FIR, Null, and Window block controllersMartin Braun2018-06-224-0/+282
* RFNoC: Add Siggen block controllerSugandha Gupta2018-06-221-0/+49
* rfnoc: Warn when a block key is not found in the registryMartin Braun2018-06-081-4/+7
* X300/TwinRX: Fix for RuntimeError: Could not find block in list for device 0,...Michael West2018-05-151-5/+5
* X300: Temporary suppression of warning regarding number of input buffersMichael West2018-05-151-8/+8
* legacy_compat: skip fifo ports size checkTrung N Tran2018-05-091-15/+23
* lib: Purge use of boost::assign, except for uhd::dictMartin Braun2018-05-023-18/+15
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-302-3/+6
* fixup! rfnoc: ctrl_iface cleanupmichael-west2018-04-301-4/+0
* fixup! rfnoc: ctrl_iface cleanupmichael-west2018-04-301-1/+0
* fixup! legacy: fix legacy compat to work with 2TX radio blockmichael-west2018-04-061-23/+9
* fixup! rfnoc: Update logging in some blocksTrung N Tran2018-03-301-1/+1
* rfnoc: Update logging in some blocksMartin Braun2018-03-305-43/+52
* fixup! rfnoc radio: Improve warning for too many samples requestedMartin Braun2018-03-271-1/+2
* rfnoc radio: Improve warning for too many samples requestedMartin Braun2018-03-271-1/+11
* DDC/DUC: switch CORDIC -> DDS for all relevant variable namesRyan Marlow2018-03-222-22/+16
* rfnoc: ctrl_iface cleanupMartin Braun2018-03-165-246/+154
* rfnoc/x300: Make sure peek32() and peek64() are called with actual addressesMartin Braun2018-03-162-9/+5
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-1426-800/+19
* legacy: fix legacy compat to work with 2TX radio blockTrung N Tran2018-03-131-89/+230
* uhd: Fix some log statementsAndrej Rode2018-03-071-1/+0
* fixup! rfnoc: Refactor radio_ctrl_impl, remove some BoostAshish Chaudhari2018-02-201-5/+5
* uhd: Update license headersMartin Braun2018-02-1945-43/+85
* rfnoc: Check noc_shell compat number at runtimeMartin Braun2018-02-191-7/+19
* ddc: duc: Factor out usage of boost::bind()Martin Braun2018-02-192-32/+54
* rfnoc: Factor out ceil_log2() into central locationMartin Braun2018-02-192-13/+7
* rfnoc: Factored out FPGA compat checkMartin Braun2018-02-192-89/+89