summaryrefslogtreecommitdiff
path: root/bindings/sim_cic3_pdm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/sim_cic3_pdm.cc')
-rw-r--r--bindings/sim_cic3_pdm.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/bindings/sim_cic3_pdm.cc b/bindings/sim_cic3_pdm.cc
index 80b5737..d5366b8 100644
--- a/bindings/sim_cic3_pdm.cc
+++ b/bindings/sim_cic3_pdm.cc
@@ -15,8 +15,9 @@ pdm2pcm_cic3(const uint8_t *pdm, int64_t pdm_length, int16_t *pcm, int32_t pcm_l
Vcic3_pdm *top = new Vcic3_pdm{cp};
- top->dc_alpha = hpf_alpha;
- top->scale_shift = scale_shift;
+ // TODO: bring back high pass filter and adjustable shift
+ //top->dc_alpha = hpf_alpha;
+ //top->scale_shift = scale_shift;
// Start clock off
top->clk = 0;