Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rfnoc: replay: Add support for 32-bit memory address widths | ettus | 2020-09-03 | 1 | -2/+2 |
| | | | | | | Increases the supported memory sizes in software to 2^32 and beyond. Signed-off-by: mattprost <matt.prost@ni.com> | ||||
* | rfnoc: Remove M_PI usage to fix Windows builds | Steven Koo | 2020-08-07 | 1 | -7/+5 |
| | | | | | | 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. | ||||
* | tests: Add unit test for Keep One in N block controller | Aaron Rossetto | 2020-08-05 | 1 | -0/+137 |
| | |||||
* | tests: Add Replay Block controller unit test | mattprost | 2020-08-04 | 1 | -0/+759 |
| | | | | Signed-off-by: mattprost <matt.prost@ni.com> | ||||
* | tests: Add unit test for siggen RFNoC block controller | Aaron Rossetto | 2020-07-30 | 1 | -0/+348 |
| | |||||
* | rfnoc: Add Switchboard block unit tests | Jesse Zhang | 2020-07-30 | 1 | -0/+157 |
| | |||||
* | tests: Add unit test for Moving Average RFNoC block | mattprost | 2020-07-16 | 1 | -0/+107 |
| | | | | Signed-off-by: mattprost <matt.prost@ni.com> | ||||
* | rfnoc: Add unit test for Log Power RFNoC block | Aaron Rossetto | 2020-06-29 | 1 | -0/+81 |
| | |||||
* | rfnoc: Add unit test for Window RFNoC block | Aaron Rossetto | 2020-06-29 | 1 | -0/+248 |
| | |||||
* | tests: Add unit test for FFT RFNoC block | Aaron Rossetto | 2020-06-18 | 1 | -0/+187 |
| | |||||
* | rfnoc: Add unit test for Add/Sub RFNoC block | Aaron Rossetto | 2020-05-28 | 1 | -0/+89 |
| | |||||
* | tests: Add unit test for Split Stream RFNoC block | Aaron Rossetto | 2020-05-28 | 1 | -0/+228 |
| | | | | This commit adds a unit test for the split stream RFNoC block. | ||||
* | tests: Added unit test for Vector IIR RFNoC block | Aaron Rossetto | 2020-05-19 | 1 | -0/+221 |
| | |||||
* | tests: Add Fosphor block controller unit test | Wade Fife | 2020-04-14 | 1 | -0/+354 |
| | |||||
* | tests: migrated rfnoc block tests to dedicated subdirectory | mattprost | 2020-04-13 | 4 | -0/+668 |
This separates the rfnoc block tests into files for each specific block. This was done to improve the readability of these files and declutter the tests directory. Signed-off-by: mattprost <matt.prost@ni.com> |