From 8444f84add04f025b7e24855e0ba79446e615e01 Mon Sep 17 00:00:00 2001 From: Jonathon Pendlum Date: Thu, 10 Feb 2022 02:48:17 -0500 Subject: fpga: rfnoc: Add BLANK_OUTPUT to FIR filter block's parameters --- host/include/uhd/rfnoc/blocks/fir_filter.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'host') 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 -- cgit v1.2.3