Skip to content

Commit dad351a

Browse files
committed
MultiDds: summation is saturating
1 parent d845514 commit dad351a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misoc/cores/duc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class MultiDDS(Accu):
293293
294294
Uses one CosSinGen and one (complex-real) multiplier.
295295
Latencies are unmatched between parameters
296-
and channels. Overflowing summation.
296+
and channels. Saturating summation.
297297
"""
298298
def __init__(self, n, fwidth, xwidth, **kwargs):
299299
self.i = [Record([

0 commit comments

Comments
 (0)