From c86294b1f07624eee3c3749fb877aff96413f17b Mon Sep 17 00:00:00 2001 From: Jon Nordby Date: Wed, 14 May 2025 19:55:05 +0200 Subject: bindings: Actually build cic3_pdm code --- cocotb_try/cic3_pdm.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocotb_try') diff --git a/cocotb_try/cic3_pdm.v b/cocotb_try/cic3_pdm.v index 2826715..a8cc715 100644 --- a/cocotb_try/cic3_pdm.v +++ b/cocotb_try/cic3_pdm.v @@ -9,7 +9,7 @@ module cic3_pdm ( output wire pcm_valid ); - parameter DECIMATION = 64; // Decimation factor + //parameter DECIMATION = 64; // Decimation factor parameter OUTPUT_SHIFT = 8; // Can tune this // Internal registers -- cgit v1.2.3