diff options
author | Wade Fife <wade.fife@ettus.com> | 2021-01-08 16:46:56 -0600 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-01-11 12:38:58 -0600 |
commit | 0e67b222f1dda60127d2d68d6a23bd94108526a1 (patch) | |
tree | 711d4b7537a9af931f21757ae5f45e757be2422b /host/include | |
parent | b99d61c890e484e9a560fbefb7e11982a50433a5 (diff) | |
download | uhd-0e67b222f1dda60127d2d68d6a23bd94108526a1.tar.gz uhd-0e67b222f1dda60127d2d68d6a23bd94108526a1.tar.bz2 uhd-0e67b222f1dda60127d2d68d6a23bd94108526a1.zip |
rfnoc: Make NIPC match CHDR width by default for NSS block
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/rfnoc/blocks/null_src_sink.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/rfnoc/blocks/null_src_sink.yml b/host/include/uhd/rfnoc/blocks/null_src_sink.yml index bdd9cb747..c5d1e3292 100644 --- a/host/include/uhd/rfnoc/blocks/null_src_sink.yml +++ b/host/include/uhd/rfnoc/blocks/null_src_sink.yml @@ -9,7 +9,7 @@ noc_id: 0x1 makefile_srcs: "${fpga_lib_dir}/blocks/rfnoc_block_null_src_sink/Makefile.srcs" parameters: - NIPC: 2 + NIPC: CHDR_W/32 ITEM_W: 32 clocks: |