diff options
Diffstat (limited to 'cocotb_try')
-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 |