diff options
author | Jon Nordby <jononor@gmail.com> | 2025-05-14 19:55:05 +0200 |
---|---|---|
committer | Jon Nordby <jononor@gmail.com> | 2025-05-14 19:55:05 +0200 |
commit | c86294b1f07624eee3c3749fb877aff96413f17b (patch) | |
tree | 938838ca4a52685f772768af79f501d0aea429d5 /cocotb_try/cic3_pdm.v | |
parent | 8b2563ef4764f93901d65fffc786ae1a9ae9774d (diff) |
bindings: Actually build cic3_pdm code
Diffstat (limited to 'cocotb_try/cic3_pdm.v')
-rw-r--r-- | cocotb_try/cic3_pdm.v | 2 |
1 files changed, 1 insertions, 1 deletions
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 |