mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
Co-authored-by: Lars Amsel <lars.amsel@ni.com> Co-authored-by: Michael Auchter <michael.auchter@ni.com> Co-authored-by: Martin Braun <martin.braun@ettus.com> Co-authored-by: Paul Butler <paul.butler@ni.com> Co-authored-by: Cristina Fuentes <cristina.fuentes-curiel@ni.com> Co-authored-by: Humberto Jimenez <humberto.jimenez@ni.com> Co-authored-by: Virendra Kakade <virendra.kakade@ni.com> Co-authored-by: Lane Kolbly <lane.kolbly@ni.com> Co-authored-by: Max Köhler <max.koehler@ni.com> Co-authored-by: Andrew Lynch <andrew.lynch@ni.com> Co-authored-by: Grant Meyerhoff <grant.meyerhoff@ni.com> Co-authored-by: Ciro Nishiguchi <ciro.nishiguchi@ni.com> Co-authored-by: Thomas Vogel <thomas.vogel@ni.com> |
||
|---|---|---|
| .. | ||
| patches | ||
| CMakeLists.txt | ||
| README.md | ||
| rfdc_ctrl.cpp | ||
| rfdc_throw.cpp | ||
| xrfdc.c | ||
| xrfdc_clock.c | ||
| xrfdc_g.c | ||
| xrfdc_intr.c | ||
| xrfdc_mb.c | ||
| xrfdc_mixer.c | ||
| xrfdc_mts.c | ||
| xrfdc_sinit.c | ||
The xrfdc*.c files here (and the files mpm/include/mpm/rfdc/xrfdc*.h) are derived from files in the xilinx-v2019.1 tag of embeddedsw, with the following changes:
- Include paths
Xil_Assertmacros inxrfdc.hwere replaced with custom functionality.- See
patches/xrfdc.h.patchfor the patch applied to that file. - Call
closedirinxrfdc_sinit.c - See
patches/xrfdc_sinic.c.patchfor the patch