aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/rfnoc_block_tests
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add Replay Block controller unit testmattprost2020-08-041-0/+759
| | | | Signed-off-by: mattprost <matt.prost@ni.com>
* tests: Add unit test for siggen RFNoC block controllerAaron Rossetto2020-07-301-0/+348
|
* rfnoc: Add Switchboard block unit testsJesse Zhang2020-07-301-0/+157
|
* tests: Add unit test for Moving Average RFNoC blockmattprost2020-07-161-0/+107
| | | | Signed-off-by: mattprost <matt.prost@ni.com>
* 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>