diff options
author | Jonathon Pendlum <jonathon.pendlum@ettus.com> | 2022-02-10 02:48:17 -0500 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2022-02-10 18:11:41 -0700 |
commit | 8444f84add04f025b7e24855e0ba79446e615e01 (patch) | |
tree | be0082e9d059ba7e816048a06a0cb5737018065a /host | |
parent | cdcd39aeb508298e28e8a2a89db5ab9fefd70435 (diff) | |
download | uhd-8444f84add04f025b7e24855e0ba79446e615e01.tar.gz uhd-8444f84add04f025b7e24855e0ba79446e615e01.tar.bz2 uhd-8444f84add04f025b7e24855e0ba79446e615e01.zip |
fpga: rfnoc: Add BLANK_OUTPUT to FIR filter block's parameters
Diffstat (limited to 'host')
-rw-r--r-- | host/include/uhd/rfnoc/blocks/fir_filter.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/uhd/rfnoc/blocks/fir_filter.yml b/host/include/uhd/rfnoc/blocks/fir_filter.yml index bfcc43fa3..71a665bda 100644 --- a/host/include/uhd/rfnoc/blocks/fir_filter.yml +++ b/host/include/uhd/rfnoc/blocks/fir_filter.yml @@ -12,6 +12,7 @@ parameters: NUM_COEFFS: 41 COEFFS_VEC: "{ 16'h7FFF, {640{1'b0}} }" RELOADABLE_COEFFS: 1 + BLANK_OUTPUT: 1 SYMMETRIC_COEFFS: 0 SKIP_ZERO_COEFFS: 0 USE_EMBEDDED_REGS_COEFFS: 1 |