mirror of https://github.com/m-labs/artiq.git
sawg: test w/o discrete_compensate
This commit is contained in:
parent
d8b5eac856
commit
b736dd0df7
|
@ -88,6 +88,7 @@ class Spline:
|
||||||
ci = int64(round(vi))
|
ci = int64(round(vi))
|
||||||
coeff64[i] = ci
|
coeff64[i] = ci
|
||||||
# artiq.wavesynth.coefficients.discrete_compensate:
|
# artiq.wavesynth.coefficients.discrete_compensate:
|
||||||
|
continue
|
||||||
if i == 2:
|
if i == 2:
|
||||||
coeff64[1] += ci >> self.time_width + 1
|
coeff64[1] += ci >> self.time_width + 1
|
||||||
elif i == 3:
|
elif i == 3:
|
||||||
|
|
Loading…
Reference in New Issue