aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/rfnoc_block_tests
Commit message (Collapse)AuthorAgeFilesLines
* rfnoc: Add unit test for Log Power RFNoC blockAaron Rossetto2020-06-291-0/+81
|
* rfnoc: Add unit test for Window RFNoC blockAaron Rossetto2020-06-291-0/+248
|
* tests: Add unit test for FFT RFNoC blockAaron Rossetto2020-06-181-0/+187
|
* rfnoc: Add unit test for Add/Sub RFNoC blockAaron Rossetto2020-05-281-0/+89
|
* tests: Add unit test for Split Stream RFNoC blockAaron Rossetto2020-05-281-0/+228
| | | | This commit adds a unit test for the split stream RFNoC block.
* tests: Added unit test for Vector IIR RFNoC blockAaron Rossetto2020-05-191-0/+221
|
* tests: Add Fosphor block controller unit testWade Fife2020-04-141-0/+354
|
* tests: migrated rfnoc block tests to dedicated subdirectorymattprost2020-04-134-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>