| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rfnoc: Remove M_PI usage to fix Windows builds | Steven Koo | 2020-08-07 | 1 | -4/+3 | 
| | | | | | | | M_PI may not exist if _USE_MATH_DEFINES isn't defined before the first include of math.h or cmath on Windows. This changes avoids the issue all together by defining our own PI. | ||||
| * | rfnoc: Fix compilation error when tracing enabled | Aaron Rossetto | 2020-07-31 | 1 | -2/+2 | 
| | | |||||
| * | rfnoc: Add siggen RFNoC block controller support | Aaron Rossetto | 2020-07-30 | 1 | -0/+343 | 
